G
Guest
Hello,
I'm trying to raise an error if the user tries to enter certain values.
I display a msgbox first saying you can't enter this information and then
use err.raise xxx
on error resume next.
What I want to do is display the msg and then force the user to enter a
different value. Right now it displays the msg but accepts the record too.
I'm trying to raise an error if the user tries to enter certain values.
I display a msgbox first saying you can't enter this information and then
use err.raise xxx
on error resume next.
What I want to do is display the msg and then force the user to enter a
different value. Right now it displays the msg but accepts the record too.