How do I set up automated monthly reports

S

Sharon Jackson

I have created a new form and would like to run this automatically every
month, any suggestions how if possible??

Thanks
 
J

Jeff Boyce

Sharon

I'm a little confused. Your subject line mentioned monthly reports, but
your message describes a form.
 
R

Rick B

If your form opens automatically, you could add code to test the date. If
the DAY of the current date is X (X being the day you want to run it), then
run the code you build to produce the reports.

Note: The form can be opened as hidden. You must make sure that you
actually open the database on that day in order for this to work.

Rick B
 
Top