G
Guest
I have a continuous subform with a field 'Type'. Depending on the what type
is selected I want to hide some fields and change the labels on some fields.
I managed to get the labels changed by making them a textbox and doing an
Iif statement.
Currently I make the fields visible by running an if statement when there is
a change in the type field. It does not work that well because all records
are affected, I only want the particular record within the continuous subform
affected.
Any thoughts?
Can
is selected I want to hide some fields and change the labels on some fields.
I managed to get the labels changed by making them a textbox and doing an
Iif statement.
Currently I make the fields visible by running an if statement when there is
a change in the type field. It does not work that well because all records
are affected, I only want the particular record within the continuous subform
affected.
Any thoughts?
Can