I have an MS access 2013 db that contains 5 tables. I have created in each table two fields (Update By and Update Time). I have created 5 data entry forms and included several action buttons like Add new record, delete record and Save record, etc... These action buttons were created using MS access Macro builder. What I would like to do is whenever a user click the Save button, the above two fields (Update by, and Update time) get filled with the Window user id (active directory id) and System time of that user. I tried to update the OnClick event of the Save button to do that, but it's not working for me. Any help. The After update event of the form, will keep updating these two fields all the time as a result of any modification or action being done to the form fields.
Thank you in advance for any help you can offer.