New add/changes report

S

Shannon

Does anyone know if there is a function in access that allows you to review
all the new information that you have added to a database in a session or by
date?

Thanks!
 
J

Jeff Boyce

Shannon

Since an Access database can have many tables (in which data is
added/edited/deleted), I'm not familiar with an Access function that tells
you "all the new information you have added ... in a session or by date.

If you are using a SQL-Server (or other similarly-robust data store) for
your "back-end" (i.e., a "split" database design), those servers may have a
function that can do what you are asking.

If you check AllenBrowne.com, he offers an "Audit/Logging" approach that may
also do what you want.

Good luck

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Top