C
Cathy
I have a main form/subform senario. In the subform I
would like to make a field visible/not visible based on
the value in another field.
I have build a macro with a condition on the subform form
load. The condition isexample) Field2 = yes. When I
only have one record in the subform, this works great.
But when I have several records, all of the records
conform to whatever the first record's value is. So if
the first record is 'yes', all of the records are visible.
How can I make this work so that it handles each record
independently?
Thank you,
Cathy
would like to make a field visible/not visible based on
the value in another field.
I have build a macro with a condition on the subform form
load. The condition isexample) Field2 = yes. When I
only have one record in the subform, this works great.
But when I have several records, all of the records
conform to whatever the first record's value is. So if
the first record is 'yes', all of the records are visible.
How can I make this work so that it handles each record
independently?
Thank you,
Cathy