Current User (1 Viewer)

Peter Paul

Registered User.
Local time
Today, 22:06
Joined
Jan 1, 2000
Messages
82
I am developing a multi-user lost and found database to be used at a variety of terminals by lots o' folks. I am setting up permissions, and would like to automatically tag the current user onto an entry form. I have figured out how to display the current user, but not how to save it. The effect is that when a new user looks at the form, it updates that field to that users identifier.

Thanks
Peter
 

Travis

Registered User.
Local time
Today, 14:06
Joined
Dec 17, 1999
Messages
1,332
on the Form_Open or Form_Load

add the code:

Me.[FieldCurrentUser]= CurrentUser

If it could go record to record use the Form_Current
 

Users who are viewing this thread

Top Bottom