Every 30 days???

  • Thread starter Thread starter AE
  • Start date Start date
A

AE

I need to run a report every month (or every 30 days)
thats based on a query. The query records have a "Join
Date" field. I'm trying to print reports automatically
every 30 days from the "Join Date"

Can anybody help?
 
The Windows Scheduler can be programmed to execute a batch file at regular
intervals.
That batch file can include a command line which will open an Access
database and execute a designated macro.

HTH
- Turtle
 
Back
Top