jadams0173
Technical User
- Feb 18, 2005
- 1,210
I have a split DB where the backend tables update every 15 minutes. This happens by running an EXE that I wrote in VB and is activated off the windows task scheduler.
Question is, I would like to be able to show an update status on my form in the front end of my DB. My DB has only one form. This would show the user if the tables were updating, when the last time they updated, and when is the next scheduled time to update.
Could this be accomplished by using the values from the task scheduler its self or would I be better off to store them in table? I've thought thru a few ways that I may be able to make this work but just thought I would present it for ideas.
Question is, I would like to be able to show an update status on my form in the front end of my DB. My DB has only one form. This would show the user if the tables were updating, when the last time they updated, and when is the next scheduled time to update.
Could this be accomplished by using the values from the task scheduler its self or would I be better off to store them in table? I've thought thru a few ways that I may be able to make this work but just thought I would present it for ideas.