I use what Pat is referring to a lot on my apps. We are constantly being bombarded with "I never got that last update". So (with the help of people on this forum) I built an event log. It's simply another field in the table that is populated at record change time. It graps the date and time, the user id and the printer destination, strings it together and populates the event_log field with it...
"This record was updated 04/20/2003 at 15:03 hours by b450934 and printed to lp900345."
Then I built a report off that, and keyed it to a place on the form. When my boss insists 'so-and-so never got this update', I can prove our innocence (or guilt).