C
Cathleen
I'm having a problem using a validation rule with a numeric field on a form.
Ideally, I'd like to require the value entered in the control [depth_secchi]
to be either null or less than or equal to the value in the control
[MaxDepth_lookup], in which I'm using DLookup to display a value from another
table.
So, when that didn't work, I tried a simpler validation rule for the
[depth_secchi] field. I've tried (no records violate this rule):
<200
<200 or is null
but, anytime I put anything in the validation rule property, I can't exit
the control after typing a valid number. The only thing I can do is close the
form. There are no error messages.
I'd appreciate any insight into what may be going wrong - I have no idea
where the problem might be.
Thank you!
Ideally, I'd like to require the value entered in the control [depth_secchi]
to be either null or less than or equal to the value in the control
[MaxDepth_lookup], in which I'm using DLookup to display a value from another
table.
So, when that didn't work, I tried a simpler validation rule for the
[depth_secchi] field. I've tried (no records violate this rule):
<200
<200 or is null
but, anytime I put anything in the validation rule property, I can't exit
the control after typing a valid number. The only thing I can do is close the
form. There are no error messages.
I'd appreciate any insight into what may be going wrong - I have no idea
where the problem might be.
Thank you!