S
seanom
Guest
Hi I am trying to create a database that users can log into. I have created a form with a combo box which allows users to select there user name and then an input field for the password.
I can create the SQL i think to check the data entered against that in the database but do not know the syntax to use to code this in vb with the code builder.
I think I need to create to strings to store the values in and then I check these variables against the password field to make sure they are the same but really have no idea what sort of syntax to use.
Any help would be most appreciated (or alternative solutions)(or being pointed to any good tutorials that explain this)
Thank you in advance
Sean
I can create the SQL i think to check the data entered against that in the database but do not know the syntax to use to code this in vb with the code builder.
I think I need to create to strings to store the values in and then I check these variables against the password field to make sure they are the same but really have no idea what sort of syntax to use.
Any help would be most appreciated (or alternative solutions)(or being pointed to any good tutorials that explain this)
Thank you in advance
Sean