D
Dennis
Access 2002
I have a form whose detail section repeats. Within that detail section, I
haev a text-box control that I'd like to make visible (or not) based on the
data in that specific record.
For example, the detail repeats 10 times. One of the controls is a
combo-box. When the user selects a certain value in that combo box, a
"comment" text-box appears ONLY FOR THAT RECORD. Currently, I'm using the on
current event, and it's only turning them ALL on or off (in all instances of
the detail). I really want JUST individual instances of the detail to allow
the control to be visible or invisible.
Can that even be done? If so, how might I accomplish that?
Thanks!!
I have a form whose detail section repeats. Within that detail section, I
haev a text-box control that I'd like to make visible (or not) based on the
data in that specific record.
For example, the detail repeats 10 times. One of the controls is a
combo-box. When the user selects a certain value in that combo box, a
"comment" text-box appears ONLY FOR THAT RECORD. Currently, I'm using the on
current event, and it's only turning them ALL on or off (in all instances of
the detail). I really want JUST individual instances of the detail to allow
the control to be visible or invisible.
Can that even be done? If so, how might I accomplish that?
Thanks!!