obtain Update..Append..query result counts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
Back
Top