Timed Event ?

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

Is there a way to send a report at a given time every week.

I have a work log that I would like to send by email to the corperate office
automatically
each week... Like Thursday at 12:00am. If not how about a timer that will
remind users to click the send button.

Can this be done?
 
Is there a way to send a report at a given time every week.

I have a work log that I would like to send by email to the corperate office
automatically
each week... Like Thursday at 12:00am. If not how about a timer that will
remind users to click the send button.

Can this be done?

I'd use Windows Scheduler. It can be set to launch a database at a
specific time; you can use the /x macroname switch to have it open the
database and execute a specific macro (which can call your VBA
function to launch the report and email it).

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