I have a couple of questions, but I will start with a little background.
Database stores and calculates report due dates. When a due date occurs I would like the database to notify the project manager by email. The database is broken up into a front and back end application. Each user opens the front end and works on it daily. Obviously I don't want every front end running code and emailing project managers, so my first questions is: How can you make code run forever in a back end?
Now, on a daily basis, I want the code to run and check to see what reports are due today and email the project manager. What commands (functions, proceedures, methods, etc...) would I use to cause this? I have a module that performs the necessary calculations to determine what report is due today, so all I need is how to make it run that daily from a back end.
I am assuming that this can all be done by a module, so if you find my post is the wrong location please let a moderator know so that it can be moved.
Thanks in advance!
Database stores and calculates report due dates. When a due date occurs I would like the database to notify the project manager by email. The database is broken up into a front and back end application. Each user opens the front end and works on it daily. Obviously I don't want every front end running code and emailing project managers, so my first questions is: How can you make code run forever in a back end?
Now, on a daily basis, I want the code to run and check to see what reports are due today and email the project manager. What commands (functions, proceedures, methods, etc...) would I use to cause this? I have a module that performs the necessary calculations to determine what report is due today, so all I need is how to make it run that daily from a back end.
I am assuming that this can all be done by a module, so if you find my post is the wrong location please let a moderator know so that it can be moved.
Thanks in advance!