obtain Update..Append..query result counts

N

nycdon

I'm building a log file of action queries that execute, and looking to obtain
the counts of records updated, and records appended from the queries that get
executed.

Anyone know where/how I can get that info programmatically?

Thanks!
Don
 
T

Tom Ellison

Dear Don:

Access Jet does not track these changes. Access MSDE does. If you're not
using MSDE, changing to that would be a first step.

Tom Ellison
 
Top