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.
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.