G
Guest
Access 2002
On a sub form I wish to present the user with either a combo box
(cbResponse) or a text box (tbResponse) depending on the value in the
QuestionType control. Both controls are bound to the same field.
A search of this Group lead me to create these two controls and toggle the
Visible property.
The problem is that the sub form is continuous and, depending on the record
that has focus, all records display combo boxes or all records display text
boxes. Not what I was aiming for.
Is there a way for me to display the the control that is appropriate for
each record?
On a sub form I wish to present the user with either a combo box
(cbResponse) or a text box (tbResponse) depending on the value in the
QuestionType control. Both controls are bound to the same field.
A search of this Group lead me to create these two controls and toggle the
Visible property.
The problem is that the sub form is continuous and, depending on the record
that has focus, all records display combo boxes or all records display text
boxes. Not what I was aiming for.
Is there a way for me to display the the control that is appropriate for
each record?