autorun print a report (on 1st monday of every month)

B

_Bigred

(Access 2000)


How would I print a report automatically (upon openining access db), if it
is the 1st Monday of every month?


TIA,
_Bigred
 
J

jokobe

hi _bigred,

save a macro as autoexec. this macro is started once the database is opened, and you can start the report. check for the
proper date to start the report and take care to print the report only once, not every day the database is opened on the first day of a month.

jokobe
 
Top