Open form at the user's record

CMontoro

Registered User.
Local time
Today, 01:24
Joined
Mar 26, 2005
Messages
21
I have created a first form (LOGIN_FORM) with a username and password
With other form named CHANGEPW_FORM the users can change their password.
(Table: USERS Fields: IDUSER -Autonumeric-, NAMEUSER -text-, PASSWORD -text-)

A user enters their name and password. After that if the form CHANGEPW_FORM is selected then this form must openinng at the user's specific record.(IDUSER)

Do I need to create a Load event in the CHANGEPW_FORM ?
How can I do it ?

Thank for advance
Carlos
 

Users who are viewing this thread

Back
Top Bottom