P
Pascal
Hello
I am trying to create a small application where the user must identify
before he begins. If he has never used the application, he identifies
creating a new user : firtsname + name + date of birth.
I created a form on which I drag and drop the table Eleves from my dataset :
calcul_mentalDataSet from the database calcul_mental.mdb. As mentioned here:
http://plasserre.developpez.com/v6-6.htm in french.... sorry
I'd like to verify that the user does not exist prior to his registration.
I tried without success to compare strings in the textboxes of the form to a
row in the dataset with find and with sql.... Any help will be appreciated
thanks a lot
pascal
I am trying to create a small application where the user must identify
before he begins. If he has never used the application, he identifies
creating a new user : firtsname + name + date of birth.
I created a form on which I drag and drop the table Eleves from my dataset :
calcul_mentalDataSet from the database calcul_mental.mdb. As mentioned here:
http://plasserre.developpez.com/v6-6.htm in french.... sorry
I'd like to verify that the user does not exist prior to his registration.
I tried without success to compare strings in the textboxes of the form to a
row in the dataset with find and with sql.... Any help will be appreciated
thanks a lot
pascal