peterbowles
Registered User.
- Local time
- Today, 10:34
- Joined
- Oct 11, 2002
- Messages
- 163
I have a form which has the fields
txtUserID, txtQuestion, txtAnswer, txtPassword
gthe form is unbound and should allow the user to enter the details in the fields above. when the user presses OK the DB will user a DLOOKUP to match the txtUserID, txtQuestion and txtAnswer to the fields in the table and output the password to related to the record in txtPass
Any ideas
txtUserID, txtQuestion, txtAnswer, txtPassword
gthe form is unbound and should allow the user to enter the details in the fields above. when the user presses OK the DB will user a DLOOKUP to match the txtUserID, txtQuestion and txtAnswer to the fields in the table and output the password to related to the record in txtPass
Any ideas