F
Flick Olmsford
I added some code to the after insert and after update events in a few forms
to my Access 2003 db. These use the INSERT INTO stmt and inserts records
into a table that record who added a record and when as well as who edited a
record and when. I simply created an append query, tested it, then copied
the SQL to a module in the forms and use the docmd.runsql strSQL
Is there an easy way to find out what fields have been modified so I can
include this in the recording down the line. I am sure my boss will ask for
this next.
Thanks
to my Access 2003 db. These use the INSERT INTO stmt and inserts records
into a table that record who added a record and when as well as who edited a
record and when. I simply created an append query, tested it, then copied
the SQL to a module in the forms and use the docmd.runsql strSQL
Is there an easy way to find out what fields have been modified so I can
include this in the recording down the line. I am sure my boss will ask for
this next.
Thanks