RE: Last Saved By
Hi there! This is how I record the user who modified a record using the Windows API function. (This uses the name of the person logged onto the computer, such as jdoe or jsmith.)
First, create two fields in your table:
LastUpdate - Date/Time
LastUpdateUser - Text
Then, add...