Code to notify when a table has been added to or changed

TanMan

Registered User.
Local time
Today, 03:52
Joined
Oct 15, 2010
Messages
16
Is there away in access get notification when a table is updated or add to

I am using Access 2007 front end and a 2003 backend, the backend is on the server.

Thanks

Gary Hull
 
Gary

I don't think any answer will be pretty.

You could write to a separate Table and show the contents of that Table on your Menu (or other form). Use Datasheet view.

Or you could automate an Email.
 
What is "notification" exactly?

If your tables have a CreatedDate and ModifiedDate for each record, then a query would reveal new or changed record. You could show those, or run some code to do something.
 

Users who are viewing this thread

Back
Top Bottom