G
Graham
I have a bespoke 3rd party application which uses Access
as a backend and I wish to track all inserts, updates and
deletes that it performs. I tried putting the DB into SQL
server then linking the tables back into Access for the
app to use. This allowed me to populate audit tables
using individual and conditional triggers for inserts,
updates, and deletes. Almost worked except for a few date
format issues in the SQL code generated by the app
Is there a way in which I can use triggers or events to
trap when a record is written edited or deleted within a
normal MDB access database ?
I'm ok on what I want to capture, I just need the pointer
on what to use as the event that triggers the audit
process.
Many thanks in advance.
Graham
Graham
as a backend and I wish to track all inserts, updates and
deletes that it performs. I tried putting the DB into SQL
server then linking the tables back into Access for the
app to use. This allowed me to populate audit tables
using individual and conditional triggers for inserts,
updates, and deletes. Almost worked except for a few date
format issues in the SQL code generated by the app
Is there a way in which I can use triggers or events to
trap when a record is written edited or deleted within a
normal MDB access database ?
I'm ok on what I want to capture, I just need the pointer
on what to use as the event that triggers the audit
process.
Many thanks in advance.
Graham
Graham