I have a loop (looping through records in a recordset) which has an "on error goto..." statement (in the loop) that deals with the error by skipping that record and moving on to the next... works OK for the first error that it comes accross but next time around it throws up an error message and totally ignores the "goto" bit.
Tried resetting it with a "goto 0" beforehand but it still trips up.
Any clues on how to resolve this?
Regards, Doug.