autorun application

B

BradC

This may not be the proper area to pose this question
but, How can i set my computer to at a specific time on
certain days start my MSAccess vba application and print
a report(s). Could someone point me in the right
direction?
Thanks in advance
 
V

Van T. Dinh

Create a Scheduled Task in your Windows OS to run Access / your database.
Check your Windows Help on Scheduled Tasks.

In the command line for the Scheduled Task, you may want to specify a Macro
to be run on opening and use this Macro to print your Report(s). Check
Access Help topic "Startup Comand-line options".
 
Top