J
Joe
I have a form with a subform. In the subform, for each
record there is a field called "Returned". This field is
a Yes/No type. If the Returned field is checked, I want
two additional fields on that specific record to be
available for completion (date returned and quantity
returned.) I have these two fields initially set to
Visible = No.
I can figure out how to turn all these fields to visible,
but I turn them ALL on for each record in the subform when
I do it. How can I do just those for the one record?
(I'm using code to say If Returned = True,
DateReturned.Visible = True....and so on.)
Thanks.
record there is a field called "Returned". This field is
a Yes/No type. If the Returned field is checked, I want
two additional fields on that specific record to be
available for completion (date returned and quantity
returned.) I have these two fields initially set to
Visible = No.
I can figure out how to turn all these fields to visible,
but I turn them ALL on for each record in the subform when
I do it. How can I do just those for the one record?
(I'm using code to say If Returned = True,
DateReturned.Visible = True....and so on.)
Thanks.