I have a login form, when the user enters a username/password it opens the main database form and a small timer form, the timer form has 1 textbox which counts down from a certain time. I would like to do the following:
1. The login form is linked to tblLogin. The table has the fields username, password and minutes. There are certain minutes corresponding to each username, i.e 15 or 30 or 60 minutes. When the user logs in using a username/password i would like the corresponding minutes to be placed into the textbox of the timer form.
2. Also each username/password can only be used once, when the user logs in is there a way of locking that record or maybe even better would it be possible to maybe delete the username and password for that record without deleting the whole record?
Thanks,
Nim
1. The login form is linked to tblLogin. The table has the fields username, password and minutes. There are certain minutes corresponding to each username, i.e 15 or 30 or 60 minutes. When the user logs in using a username/password i would like the corresponding minutes to be placed into the textbox of the timer form.
2. Also each username/password can only be used once, when the user logs in is there a way of locking that record or maybe even better would it be possible to maybe delete the username and password for that record without deleting the whole record?
Thanks,
Nim