Auditing changes on unbound forms

  • Thread starter robert d via AccessMonster.com
  • Start date
R

robert d via AccessMonster.com

I need to implement some kind of auditing system for changes made to the
tables. My app uses DAO almost exclusively and all but maybe 3 or 4 forms
out of 100+ are unbound.

I'm not sure how to design this for my situations.

Suggestions are greatly appreciated.
 
R

robert d via AccessMonster.com

Actually, I should mention that the backend will be SQL Server and
unfortunately, I don't know very much about SQL Server, but have been able to
get my app to successfully link to tables in SQL Server (with much faster
response than the Jet backend on a server).
 
D

Duane Hookom

I would create a trigger on the table to record this. You might want to ask
in a SQL server news group and/or search google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top