Print report daily

mrkipling

Registered User.
Local time
Today, 08:16
Joined
Mar 19, 2003
Messages
22
I need to automate one of my reports to print daily, Is there any other way of achieving this except for using the OnTimer control on a seperate form. I already have a form on my db which is using the on timer event to import .csv files into a table, and dont want to have to add another form to achieve this ?

TIA,
Mark
 
If you are running XP use the Scheduled Task facility to run a macro to open a report/form

ie "C:\Program Files\Microsoft Office97\Office\MSACCESS.EXE" "c:\Database_Name.mdb" /x Macro_Name
 

Users who are viewing this thread

Back
Top Bottom