A voir également:
- VB Erreur Recordset
- Vb - Télécharger - Langages
- Vb cable - Télécharger - Audio & Musique
- Erreur 0x80070643 - Accueil - Windows
- Erreur 0x80070643 Windows 10 : comment résoudre le problème de la mise à jour KB5001716 - Accueil - Windows
- J'aime par erreur facebook notification - Forum Facebook
1 réponse
yg_be
Messages postés
23541
Date d'inscription
Statut
Contributeur
Dernière intervention
Ambassadeur
1 584
Suggestion :
sql = "SELECT Employe.Matricule, Nom, Prenom, N_PDA, Tel_PDA_PIN from Employe, PDA WHERE Employe.Matricule= '" + Forms!PDA_MAtricule!Matricule + "' AND N_PDA='" + Forms!PDA_Matricule!Texte17 + "' "
Ceci dans le cas où matricule et N_PDA sont des textes.
sql = "SELECT Employe.Matricule, Nom, Prenom, N_PDA, Tel_PDA_PIN from Employe, PDA WHERE Employe.Matricule= '" + Forms!PDA_MAtricule!Matricule + "' AND N_PDA='" + Forms!PDA_Matricule!Texte17 + "' "
Ceci dans le cas où matricule et N_PDA sont des textes.