Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Please help me with code for making an audit trail using VB 6.0 access database 2003
Posted

1 solution

Either you'll need to buy a 3rd party product that can do this or else you have to write all of the code yourself.

If you decide to write it yourself I would recommend making some classes that can be shared where you can simply pass the changes and it writes to the db. Then, anywhere in your system where you make changes you'll have to call this new function.
 
Share this answer
 
Comments
CHill60 16-Jul-13 18:54pm    
Agree. My 5 for dealing with the dual constraints of VB6 and Access. Of course the ultimate solution would be do use a DBMS that can handle triggers and upgrade to .NET ;-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900