You would need to do several things.
- define a field in each table to hold this information;
- establish Access "user level security" so each user is required to log-on
with a valid username & password, then
- write a BeforeUpdate event procedure for each form, to copy the value of
the CurrentUser(0 function into the new field of the table.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.