K
Kerry
I have a simple macro that isn't working properly
if A then msgbox
if A and B then goto next record
if C then goto next record
The problem is - if A and B also apply to the next record, it skips it and
doesn't stop until it finds a record that doesn't meet that condition. Is
there a way to fix this to make it stop at the next record even if A and B
are true?
if A then msgbox
if A and B then goto next record
if C then goto next record
The problem is - if A and B also apply to the next record, it skips it and
doesn't stop until it finds a record that doesn't meet that condition. Is
there a way to fix this to make it stop at the next record even if A and B
are true?