bostonfrog
Programmer
I created backup data queries on my db, but I'd like to have a variable that stores the number of times the db was accessed, and tell that user, as when using Quicken/Money for example, that data should be backed up. As long as the program is open, I can create a static variable, for example, that acts as an accumulator and adds 1 to a count, but then those variables are reset to 0 when you exit the app, so it's not helpful. Want the ability for them to exit the app and, when re-accessing it, told that it's time to backup data (for example, after the program was accessed 4 times or within a given date span). If I said update it every week, it would have to remember the last restore date. Any basic suggestions, skeleton code, or ideas?
-- Michel
-- Michel