Comparing databases

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

Guest

I need to see what's changed in a database over a period of time. I have a
copy of the database (.mdb) from the morning and a copy of the database now.
How might I see which tables have changed?

Thanks very much.
 
To clarify - I am working in VBA within Access writing a module to compare
two .MDB files - the one where the module is executing, and an earlier copy
of the database. So far, it looks like I'm going to be using ADODB.Recordset
in some capacity...
 
Back
Top