G
Guest
Hello all,
I have a program that runs every 5 minutes 24/7. One of the tables I use is
a linked table. During the night some maintenance is being done to this
table which causes the program to get the "Run-time error 3146". I tend to
omit error handling (I know, not wise) and hadn't used it much.
Questions:
1. Is there a way to capture the error message and put it in a table?
2. Can I do things based upon the error message, i.e. error = LikeThisError
then?
3. Can I keep the program going without displaying the error message?
I have a program that runs every 5 minutes 24/7. One of the tables I use is
a linked table. During the night some maintenance is being done to this
table which causes the program to get the "Run-time error 3146". I tend to
omit error handling (I know, not wise) and hadn't used it much.
Questions:
1. Is there a way to capture the error message and put it in a table?
2. Can I do things based upon the error message, i.e. error = LikeThisError
then?
3. Can I keep the program going without displaying the error message?