Full Version: Do not print a report when already printed
UtterAccess Discussion Forums > Microsoft® Access > Access Reports
sbolman
I have an autoexec macro which prints a report with specific items when the database opens. Now I am looking for something which prevents printing a report when it's already printed that day.
Anybody a solution? Thx in advance...
danishani
One way is run an Update query, which is related to the report you printed, with a date field, and a field printed yes/ no. When the report is printed, then run an Update query, to update the records which are printed, with the date field on today and printed on Yes.

HTH
Daniel
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.