2 forms, 1 table

  • Thread starter Thread starter Antonio
  • Start date Start date
A

Antonio

I have been trying to figure this out, but I haven't been
able to...and it's
probably a very easy thing...Thank you, John, for all your
help so far...
Ok..here it comes..
1 table (tblLogin) and 2 forms (frmLogin and frmNewPW).
Fields in frmLogin:
User name, Password, title, phone, extension, e-mail,
user's privileges.
When the db is opened, frmLogin is displayed asking the
user to select
his/her username from a drop-down box (unbound). Once
selected the
username, all the
other fields are auto-field with the related information
(am using
[username].[column](#)), BUT NOT THE
PASSWORD. The password field is UNBOUND. At this point
the db checks the
table for a password. If no password is present, then
frmNewPW is displayed
allowing the user to enter a new password.
Fields in frmNewPW: Username, password. The form is
BOUND to the tblLogin,
but not the fields.
What I am trying to do is: when the user types the
password he/she wants,
it needs to put it in the table in the user's record.
What am I doing?
Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Validation macro 2
Windows Form login question 4
form difficulty 2
error 2489 1
Table security 5
Password Case sensitivity in a form 2
Trouble with DLookup 3
cannot send or receive emails 3

Back
Top