Username

E

ellen

Is there a way to capture the username in a query / form? Any edits to a
record will show the last user who altered the record.

Thanks!
 
L

Lynn Trapp

If you implement User Level Security, then the CurrentUser() function is
available to you for capturing the user.
 
E

ellen

Thank you Lynn. Do I have to set up the User Level Security when logged on
to the network or can I apply to the current database (on my local drive) and
just drop a copy off when finished developing on the network without issue?

Thanks again.
 
Top