E
E Schiele
I am trying to validate a field on a form and simply
setfocus back to the field if the user clicks "No" in
a 'keep value?' message box. I validating
using 'AfterUpdate' event. I can see it go back to the
correct field for a split second, then it jumps to the
next field. I can't figure out why. If I
try 'BeforeUpdate', I get an error that I must save the
record before Setfocus. I would like to cancel the
update, but I don't see how to do that.
Any help is greatly appreciated!
Ed
setfocus back to the field if the user clicks "No" in
a 'keep value?' message box. I validating
using 'AfterUpdate' event. I can see it go back to the
correct field for a split second, then it jumps to the
next field. I can't figure out why. If I
try 'BeforeUpdate', I get an error that I must save the
record before Setfocus. I would like to cancel the
update, but I don't see how to do that.
Any help is greatly appreciated!
Ed