Table Audit Log

G

grafilo

Is there code out there that can create an audit log on Tables?

The only thing I've seen out there is based on Forms, not Tables.

Thanks,
Gina Grafilo
 
J

John W. Vinson

Is there code out there that can create an audit log on Tables?

The only thing I've seen out there is based on Forms, not Tables.

Thanks,
Gina Grafilo

Tables have no programmable events. If you let your users edit data in tables
then there is no way to audit or track what they do; this is one reason most
professional developers restrict users to do everything via Forms, and prevent
them from even SEEING table datasheets, much less editing them.
 
Top