sbolman
Oct 25 2004, 05:11 AM
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
Oct 25 2004, 05:19 AM
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