justin0312
New member
- Local time
- Today, 08:56
- Joined
- Jul 2, 2021
- Messages
- 22
Hi, I got an edit form where user can edit the saved record. May I know how do I use macro to update the record and save a log of who edit and when the user edit? The user will need to login to edit and I already have set a tempVar to store the username with the login details.
I created a table to store the edit log. tbleditLog with the following fields
ID
Student_ID
EditedBy
DateTimeEdited
I created a table to store the edit log. tbleditLog with the following fields
ID
Student_ID
EditedBy
DateTimeEdited