G
Graham Naylor
Hi.
I am writing an app where I have got a form with a subform, set as
'Continuous pages', on the subform one of the controls is a combo box. The
problem I need to get around is, the Combo box has a number of columns to
make selecting the right record easier, however when a record is selected
only rhe data from the first column is displayed.
My first idea was to put a label after the combo box and in the "After
Update" event put the data fron the 2nd column of the combo box into the
label, this worked fine except the value in the label appeared in every line
wthin the sub form rather than just in the line in question.
So how do I get the combo box to display more than 1 column or do I change
the value of a control in just one line of the subform.
I hope that makes sense and thanks in advance for any help.
Graham
I am writing an app where I have got a form with a subform, set as
'Continuous pages', on the subform one of the controls is a combo box. The
problem I need to get around is, the Combo box has a number of columns to
make selecting the right record easier, however when a record is selected
only rhe data from the first column is displayed.
My first idea was to put a label after the combo box and in the "After
Update" event put the data fron the 2nd column of the combo box into the
label, this worked fine except the value in the label appeared in every line
wthin the sub form rather than just in the line in question.
So how do I get the combo box to display more than 1 column or do I change
the value of a control in just one line of the subform.
I hope that makes sense and thanks in advance for any help.
Graham