First, thanks for all the help over the years, everyone here is invaluable!
Issue -
I have a database that tracks projects. These consist of both new and recurring projects. For the recurring (which can be daily, weekly or monthly) I would like to automatically add these to the database, so that they can be tracked via a report that shows projects due within the next 3 days.
So, lets say the database opens on monday. It would look out for the next 7 days and see that there is a recurring report that gets done every wed. The record should be automatically added with some details like due date and project name. I would now be able to see the project when I open up a report that queries on projects due in the next 4 days.
I am thinking a hidden form with a timer, but thats as far as I can go. Does anyone have some sample databases with the functionality that I can tear apart? Not looking for code, but just a push in the right direction, as this has me stumped. As always, thanks!
Issue -
I have a database that tracks projects. These consist of both new and recurring projects. For the recurring (which can be daily, weekly or monthly) I would like to automatically add these to the database, so that they can be tracked via a report that shows projects due within the next 3 days.
So, lets say the database opens on monday. It would look out for the next 7 days and see that there is a recurring report that gets done every wed. The record should be automatically added with some details like due date and project name. I would now be able to see the project when I open up a report that queries on projects due in the next 4 days.
I am thinking a hidden form with a timer, but thats as far as I can go. Does anyone have some sample databases with the functionality that I can tear apart? Not looking for code, but just a push in the right direction, as this has me stumped. As always, thanks!