Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Edited Records

Status
Not open for further replies.

ejiro

Programmer
Aug 1, 2003
17
US
How can I keep track of edited records in access tables? Is is possible to setup access so that it tracks changes the same way changes are tracked in a WORD or EXCEL program?
 
You can do this but it requires alot of code and there are no Access Wizards or menu items to do this. Essentially, it requires tables (depending how much detail you want to record) that records every AfterUpdate event the changes. Depending on the use of your application, the table will become very big very fast. If you want more information, there's an example at []



Bill Nielsen
Programmer/Systems Analyst
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top