Open form at the user's record

  • Thread starter cmweb via AccessMonster.com
  • Start date
C

cmweb via AccessMonster.com

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
 
Top