Recovering From Errors

jeff_i

Registered User.
Local time
Today, 02:33
Joined
Jan 24, 2003
Messages
50
I currently have a macro which is run nightly via a windows scheduled task, the macro imports a couple of text files and makes various updates based upon the new text files. Currently the macro contains about 53 steps, most of which are running action queries.

I would like to convert the macro over to VB and add some type of error recovery; I am not sure how to go about adding the error recovery?

I thought about first making copies of the tables then on error restoring the tables, then sending an alert email. Any suggestions would be appreciated
 

Users who are viewing this thread

Back
Top Bottom