G
google3luo359
There are a couple of things that could bring my db down to its knees
and they would be due to user error. I'm wondering how I can best avoid
these disasters.
One section of VB code is to be run just once a year.
For it to be successful the user must have prepared a .txt file that
has been formatted correctly. It also must be placed in the proper
folder, ready to be imported.
Incorrect formatting or the wrong location for the file would render
the db unusable. Apart from telling the user about this and using
reminder notes during operation, is there another way to protect from
these disasters?
For example is there a way to check that the file is in the correct
location and if not bring up a warning message?
Also, I have an import spec for the file. Is there some way to check
that the file is in the correct formatting, before/after it is
imported?
TIA Ric
and they would be due to user error. I'm wondering how I can best avoid
these disasters.
One section of VB code is to be run just once a year.
For it to be successful the user must have prepared a .txt file that
has been formatted correctly. It also must be placed in the proper
folder, ready to be imported.
Incorrect formatting or the wrong location for the file would render
the db unusable. Apart from telling the user about this and using
reminder notes during operation, is there another way to protect from
these disasters?
For example is there a way to check that the file is in the correct
location and if not bring up a warning message?
Also, I have an import spec for the file. Is there some way to check
that the file is in the correct formatting, before/after it is
imported?
TIA Ric