An Access system of 10 years vintage is starting to give 'corrupt database' errors. I've written a mini-app to allow the User to run Compact and Repair operations on both the FE and BE databases which allows him re-start working.
I've attributed the problem to the IT department 'doing some work on the network' but the problem (intermittent, say 1-2 time a week) seems to be ongoing.
I'm thinking of writing a mini-app to be run outside the main application that will do something like looping a DLookUp on a small table in the main app just to check it is still there and accurately record when (and if) it disappears. And then potentially when it re-appears.
Is there a better way? I feel I might be re-inventing the wheel!
I've attributed the problem to the IT department 'doing some work on the network' but the problem (intermittent, say 1-2 time a week) seems to be ongoing.
I'm thinking of writing a mini-app to be run outside the main application that will do something like looping a DLookUp on a small table in the main app just to check it is still there and accurately record when (and if) it disappears. And then potentially when it re-appears.
Is there a better way? I feel I might be re-inventing the wheel!
Comment