Hide/Show Dependent Fields

I know this has been asked many times before, but I cannot make it work as expected.

I have a field that is on a FORM and is optional.

If the field is filled I want some subsequent fields to show , otherwise the subsequent fields should be hidden.

I tried the obvious ISNOTBLANK(Field) on the subsequent fields but it makes no difference.

I tried this with the Field initially set to โ€œโ€, no difference.

Please explain what to do.

Solved Solved
0 2 131
1 ACCEPTED SOLUTION

Oh, I forgot the square brackets. Problem solved.

notisblank ([Field])

View solution in original post

2 REPLIES 2

Oh, I forgot the square brackets. Problem solved.

notisblank ([Field])

Great.

Top Labels in this Space