M
Mark
Hi,
I am working on a form and need some help. I would like
my form to "require" the user to input a value for a
couple of the fields (I have a couple of text boxes that
are either text or a date). And if the user tries to move
to the next field without entering any data (either by
using the tab or enter key) a pop up window comes up
stating that the field needs to be filled out before
moving onto the next field in the form. I know how to
make a field required, but I am having trouble with
prompting the user with a dialog box. Am I close in
saying that I should go into the text box where I want to
require the user to input data... and under Event... place
some code in ValidationRule?... I've tried something like:
IsNull ...and then writing out my message in the
Validation Text box. But I am obviously doing something
wrong.
Can you assist me? Thanks, Mark
I am working on a form and need some help. I would like
my form to "require" the user to input a value for a
couple of the fields (I have a couple of text boxes that
are either text or a date). And if the user tries to move
to the next field without entering any data (either by
using the tab or enter key) a pop up window comes up
stating that the field needs to be filled out before
moving onto the next field in the form. I know how to
make a field required, but I am having trouble with
prompting the user with a dialog box. Am I close in
saying that I should go into the text box where I want to
require the user to input data... and under Event... place
some code in ValidationRule?... I've tried something like:
IsNull ...and then writing out my message in the
Validation Text box. But I am obviously doing something
wrong.
Can you assist me? Thanks, Mark