security

red91

Registered User.
Local time
Today, 07:59
Joined
May 13, 2002
Messages
18
I have a database that people will enter and sign off on engineering change information and I would like to do away with physically having everyone sign off on a printed form. If i have a list of initials in a table as a lookup is it possible to set the individual password for each person so they can only pick thier initials from a look up box in a form? Thank you.
 
If you are using Access security (work group *.mdw) then you can use the CurrentUser() function. Assign the value of a text box in each report to display the initials based on the CurrentUser.

HTH
ghudson
 

Users who are viewing this thread

Back
Top Bottom