psemianonymous
Programmer
I posted this to comp.databases.ms-access a while ago and have yet to receive any useful replies. You can look at the thread:
on Google Groups: (updated every 9 hours only, otherwise perfect)
on dbforums.com: (missing two posts, uses popup windows, updated often)
Basically, when I set the error trapping to:
On Error GoTo Sub_Error
then later set the error trapping to
On Error Resume Next
instead of working, "On Error Resume Next" apparently *resets* error-trapping to the Access-default behavior. This is funky and consistently reproducible for me. The newsgroup thread has more details.
thanks,
Pete
on Google Groups: (updated every 9 hours only, otherwise perfect)
on dbforums.com: (missing two posts, uses popup windows, updated often)
Basically, when I set the error trapping to:
On Error GoTo Sub_Error
then later set the error trapping to
On Error Resume Next
instead of working, "On Error Resume Next" apparently *resets* error-trapping to the Access-default behavior. This is funky and consistently reproducible for me. The newsgroup thread has more details.
thanks,
Pete