B
Brad Allison
I have created a short routine to read certain data from an AS400 and put it
into a small table stored in Access (I know not the best data store, but it
is what we have for now).
Anyway, some of this data coming from the AS400 is duplicating a unique data
column and with the try...catch I get errored out and the sub exits.
Is there a way if a certain error occurs to disregard the added row to the
table and continue the sub instead of exiting out of the sub?
Thanks for any information.
Brad
into a small table stored in Access (I know not the best data store, but it
is what we have for now).
Anyway, some of this data coming from the AS400 is duplicating a unique data
column and with the try...catch I get errored out and the sub exits.
Is there a way if a certain error occurs to disregard the added row to the
table and continue the sub instead of exiting out of the sub?
Thanks for any information.
Brad