P
Patrick A
I have a 3-field form in a Word 2003 dot.
As the user tabs out of each field, I validate the data in that field
using the _Exit event.
Is there a way to prevent the validation code from firing if the user
clicks either a Cancel button or the red X in the corner of the
form?
I've read many posts on this, but found nothing that works for me. I
can't seem to get things to work properly by moving the validation
code to the next control's _Enter event - then truly odd things begin
happening.
Thanks for either guidance or telling me there is no way around this.
Patrick
As the user tabs out of each field, I validate the data in that field
using the _Exit event.
Is there a way to prevent the validation code from firing if the user
clicks either a Cancel button or the red X in the corner of the
form?
I've read many posts on this, but found nothing that works for me. I
can't seem to get things to work properly by moving the validation
code to the next control's _Enter event - then truly odd things begin
happening.
Thanks for either guidance or telling me there is no way around this.
Patrick