M
Mary Fetsch
In my Access 2000 project, I have some On Error statements in the following
format:
On Error Goto CheckYear
Line A Code
Line B Code
Line C Code
CheckYear:
On Error Goto 0
On Error Goto Continue
Line D Code
Line E Code
Continue:
When there is an error in the Line D code, the "On Error Goto Continue" line
is being ignored, and I'm getting a system error. The On Error statements
work fine independantly, but when I use them together, the last one fails.
I'll appreciate any help anyone can give me on this.
Mary Fetsch
format:
On Error Goto CheckYear
Line A Code
Line B Code
Line C Code
CheckYear:
On Error Goto 0
On Error Goto Continue
Line D Code
Line E Code
Continue:
When there is an error in the Line D code, the "On Error Goto Continue" line
is being ignored, and I'm getting a system error. The On Error statements
work fine independantly, but when I use them together, the last one fails.
I'll appreciate any help anyone can give me on this.
Mary Fetsch