I'm thinking of creating a database that simply looks for records in a query every 15 minutes...when it finds a record that it hasn't acted upon before, it emails said record. I'm pretty confident I can handle the vba for this db.
I will have the db auto open with task scheduler at say 7:30 am, then I will have code to close the db after 5pm. Other than that, it will have a timer and requery every 15 minutes.
Should I expect any issues with having a database open for such a long period of time? Just want to know what I'm up against.
Thanks! I love this forum.
I will have the db auto open with task scheduler at say 7:30 am, then I will have code to close the db after 5pm. Other than that, it will have a timer and requery every 15 minutes.
Should I expect any issues with having a database open for such a long period of time? Just want to know what I'm up against.
Thanks! I love this forum.