Link to home
Start Free TrialLog in
Avatar of systems_ax
systems_ax

asked on

login form in visual basic 2005, no c#please

I have a login form that opens up after the user has installed the application with the following fields:

Create Account under the header:
username:
password:
        create         exit

when the user presses the "create" button the username and password are successfully stored within an access database and the main form opens.
What I would like to know is how after that login is created and the user re-launches the application again for another "Login Form" to open that will ask the user to login as the account is already created.

Please tell me what statement I need to put after the account is created so that this new form opens up asking the user to authenticate himself.
ASKER CERTIFIED SOLUTION
Avatar of ScottParker
ScottParker
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of systems_ax
systems_ax

ASKER

ScottParker,
can you provide the sample code please.
thank you