Running a Daily Routine/Process

  • Thread starter Thread starter ree32
  • Start date Start date
R

ree32

Currenty we have a MS Access program running that creates Reports
using the database and emails them to people on different days.

But after moving all the reports to the intranet using ASP.net the old
access Reports have become outdated.

So I was wondering is there a way to let the intranet server run
certain processes/functions at a specific time. So I can email the
reports out.

Any insight will be helpful.
 
not from ASP.NET. You will need an executable function (exe, bat, com, vbs,
etc) that you can schedule
 
Back
Top