Login control help

AnonymousI

In Runtime
Messages
243
I am a high school student doing intermediate VB. I am having trouble creating a login form in VB 2005. I upgraded (at my home) from VB6 to VB 2005 for the useful features (autocorrect, code snippets, etc). However, most of the code is somewhat different from VB6. As a test project, I need to create a login form that validates users via an Access database. I know the basic stuff such as declarations,text boxes, etc. but I need help in configuring the data source for the text boxes and the user validation phase. I consulted my teacher, but he doesn't know how to do it in VB 2005.

I got as far as importing a data source and dragged the username and password text boxes from the data source but whenever I run it, the username and password automatically shows in the boxes. I know that I need extra code, but I need help with the validation phase.
 
Back
Top Bottom