voilà, quand j'execute ma requete, il ne recupere pas les champs text1.text et text2.text:
r = 1
rs.MoveFirst
SQL = "insert into hommes(nomhomme,prenomhomme,dispo) values('" & Text1.Text & "','" & Text2.Text & "','" & r & "') ;"
MsgBox SQL
base.Execute SQL
MsgBox "la personne a bien été ajouté"
pourtant si j'appelle ma fonction annuler qui est:
Text1.Text = ""
Text2.Text = ""
et bien là il les reconnait bien?
Quelqu'un a une idee moi je seche
elodie