Audit a single field in a table

Minogue

New member
Local time
Today, 15:06
Joined
Nov 10, 2015
Messages
6
Is there a way to audit a single field within a table? I have done it using a form before, but I am looking to track changes at the actual table level.
 
This is possible starting in version 2010. What version do you have?
 
I have 2013
 
Yeah, so you can run a BeforeChange, AfterInsert, and AfterUpdate macro on a table. In response to those events, you can insert a row into a different table or whatever.
 

Users who are viewing this thread

Back
Top Bottom