Comparing databases

J

J Guy Davidson

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.
 
J

J Guy Davidson

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