G
Grasavong
I created a form where all fields are required to have data in it. I used the
BeforeUpdate event procedure to tell the user if the field has not been
entered. The code works but only if the user goes back and updates the field.
I need a code where it can be run on the initial entry of a new form. If the
user puts their cursor in the text box and tabs or clicks into another text
box without entering in the first text box, I want a msgbox to tell them or
at least tell them when they attempt to the save the record.
I've used the validation rule, Onload, Onclick...BeforeUpdate is the only
thing that works in the way I'd like it to.
Is this possible?
-Thanks
BeforeUpdate event procedure to tell the user if the field has not been
entered. The code works but only if the user goes back and updates the field.
I need a code where it can be run on the initial entry of a new form. If the
user puts their cursor in the text box and tabs or clicks into another text
box without entering in the first text box, I want a msgbox to tell them or
at least tell them when they attempt to the save the record.
I've used the validation rule, Onload, Onclick...BeforeUpdate is the only
thing that works in the way I'd like it to.
Is this possible?
-Thanks