PDA

Click to See Complete Forum and Search --> : Login form


Mr.Hanky
Jan 10th, 2000, 07:42 AM
I need code for a very simple Login form. The form contains txt entry boxes for a user name and a PIN number(4 digits).These boxes are bound to fields in an Access database.The form also contains a cancel control and ok control.When Ok is selected, the inputted text must be compared to database entries to determine if user will be granted access to the next form.My code lets non database entries through or brings up an error message that is not defined.So I would like to start from scratch.If anybody has any examples I would greatly appreciate it. :o

Tiger Claw
Jan 12th, 2000, 12:30 AM
I might be able to help you but I would suggest saving and fetching the information from the Registry instead of a database.
A database is only needed if you've got a lot of different users but that is something that most people don't have.
There are help on how to you use the registry if you go to tha main page.