H
HollyPatterson
Guest
I am creating a database and am unsure of how to do a few things.
I need to automate two tasks without human intervention or opening of the database.
The first task is to remove all completed records from the original table into another archive table. This should take place once a week.
The next task is more complicated. Each record has a review date. I need an automatic reminder to be e-mailed using Outlook Express and printed 30 days before the review date. I realise I could do this using an event handler such as OnOpen() but I really need this to happen whether or not the database is opened and without anyone having to perform the task.
Does anyone have any ideas.
I need to automate two tasks without human intervention or opening of the database.
The first task is to remove all completed records from the original table into another archive table. This should take place once a week.
The next task is more complicated. Each record has a review date. I need an automatic reminder to be e-mailed using Outlook Express and printed 30 days before the review date. I realise I could do this using an event handler such as OnOpen() but I really need this to happen whether or not the database is opened and without anyone having to perform the task.
Does anyone have any ideas.