2 forms, 1 table

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
 
L

Lynn Trapp

Antonio,
If the Password control is UNBOUND then it will not be stored in the table.
 
L

laetitia lemoyne

Bonjour,
vous m'avez laisser un message, mais je ne comprend l'anglais, merci.
 

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

Top