how do I scheduling reports

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone tell me how to schedule reports to run automatically in Access or
Visual Basic?
 
Can anyone tell me how to schedule reports to run automatically in Access or
Visual Basic?

The Windows Scheduler accessory can open an Access database or execute
a VB program on a schedule. If the report is in Access, you can have a
macro (named RunReport let's say) which opens the report; in the
command line in the scheduler you can execute the macro:

msaccess.exe "X:\SomePath\yourdata.mdb" /x RunReport

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top