This may be a silly question but I have a sub that loops thru each record in a table & either updates some fields if some conditions are met or moves on to next record. Criteria is somewhat complicated & based on select case statements of several fields. Problem when I was testing was that if there was an error, code broke, I fixed problem, but then could not continuse loop thru-Error Message,'Can't got to next record in design view". This meant I had to reset my table to original values & start over each time. Is there a trick to getting out of VBA & yet continue the code?