Field not required

A

Art

I am having a brain gas bubble (being politically correct).

I have a field that I want to say is not required if another field is not
blank. In other words, make field 2 required if field 1 is blank. And
conversely, if field 1 is not blank, fields 2 is not required.

Rule? Validation?
 
S

S.Y.M. Wong-A-Ton

Add data validation on field2 with the following two conditions:

field1 is blank
AND
field2 is blank
 
A

Art

Thanks

Sometimes the brain just fries out.



S.Y.M. Wong-A-Ton said:
Add data validation on field2 with the following two conditions:

field1 is blank
AND
field2 is blank
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top