R
Robin
I have a continuous form and for each record, based on the value in field A,
I want field B be visible or not.
I tried the condition on the 'on open' property, and it just sets the
visible property of field B on all the records, based on the value of field
A in the last record.
The same with the 'on current' property. It changes the visibility of field
B in all the records based on the value of field A in the current record.
How do I make it happen individually for each record on the continuous form?
thanks!
I want field B be visible or not.
I tried the condition on the 'on open' property, and it just sets the
visible property of field B on all the records, based on the value of field
A in the last record.
The same with the 'on current' property. It changes the visibility of field
B in all the records based on the value of field A in the current record.
How do I make it happen individually for each record on the continuous form?
thanks!