View Full Version : conditional text box display


mtamez
03-19-2001, 07:48 AM
I have three text boxes in a form (text box A,text box B,and text box C). All three point to the same field source. I would like to hide 2 of the 3 text boxes depending on data from three other fields (field level 1, field level 2, field level 3).

For example, if data exists in field 'level 2', I would like to hide text box A and C. This should apply for each individual record.

Any help is appreciated.

llkhoutx
03-19-2001, 10:54 AM
Toggle the "visible" property (from Yes to No to Yes) as appropriate depending on the value of values of the other fields.