I'd suggest creating a new table with fields for all the information you want to store (don't go overboard), such as action type, username, item name, date/time etc. Then create a function that will add a record to this table. Then add calls to the function into all areas of your program you wish to keep track of. You'll probably be looking using at the Insert, Update and Delete events of your forms.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.