Field Validation formula
Hi, I'm trying to create a "Field Validation" that means: text box "B" must contain text, for tick box "A", to be allowed to be ticked.
I have put the field validation in tick box "A", but my code, just does not seem to work.
I have tried ['<text box B>'] = Null and many other variations on this but none seem to work, can anyone help, thanks.
The point of this field validation is to make sure people put text in a box before ticking the field. As ticking the field sends out an e-mail, which would be blank if no text put in the text box, thanks.
I have tried ['<text box B>'] = Null and many other variations on this but none seem to work, can anyone help, thanks.
The point of this field validation is to make sure people put text in a box before ticking the field. As ticking the field sends out an e-mail, which would be blank if no text put in the text box, thanks.
0