hi
I have a combo box on the top of my form, on the bottom of my form i have a multiple page tab control. When a value is selected in the combo box, i am wanting the rest of the related record to be displayed in the tab control. (There are about 40 fields of information.)
Is there a way that i can just link the whole tab control to the combo box? Or do i have to link each text box individually to the combo box?
Also, there is a place in the tab control where i display the value selected in the combo box, except that the autonum is displayed instead of the text, whereas the combo box displays text only. I set the text box to reflect the combo box using this code in the control source:
=[cboInvestMandate]
thanks so much
rod
I have a combo box on the top of my form, on the bottom of my form i have a multiple page tab control. When a value is selected in the combo box, i am wanting the rest of the related record to be displayed in the tab control. (There are about 40 fields of information.)
Is there a way that i can just link the whole tab control to the combo box? Or do i have to link each text box individually to the combo box?
Also, there is a place in the tab control where i display the value selected in the combo box, except that the autonum is displayed instead of the text, whereas the combo box displays text only. I set the text box to reflect the combo box using this code in the control source:
=[cboInvestMandate]
thanks so much
rod