KeaganQuilty
Registered User.
- Local time
- Today, 05:05
- Joined
- Jun 28, 2001
- Messages
- 51
Here Goes,
For security purposes, I have a login screen in which users type in their names and passwords. The names and passwords are stored in a table, along with the date of their last login and the date they last changed their password.
Question... How do I set a new value for the password, last login date, and so forth, in VB code?
i.e. I want the lastOn date to change each time the user logs in. The table is not listed in the control source of the form. I currently use the DLookup function to confirm that the user exists and that the password is valid.
Please help. Thank You
Keagan Quilty
Kilbride, Newfoundland
For security purposes, I have a login screen in which users type in their names and passwords. The names and passwords are stored in a table, along with the date of their last login and the date they last changed their password.
Question... How do I set a new value for the password, last login date, and so forth, in VB code?
i.e. I want the lastOn date to change each time the user logs in. The table is not listed in the control source of the form. I currently use the DLookup function to confirm that the user exists and that the password is valid.
Please help. Thank You
Keagan Quilty
Kilbride, Newfoundland