K
karen via AccessMonster.com
I have a main form and a sub form that are currently linked as follows
Master: combo box 1st column (the bound column)
Child : OrderNo
The combo box is called cboOrder.
This works fine, but I need to also link the 2nd column from the combo box
to a child field OrderType. I tried
Master:cboOrder;cboOrder.column(1)
Child:OrderNo;OrderType
I get an error on cboOrder.column(1). How can I do this? I also tried to
set the value of the subform field OrderType on the ONCURRENT event of the
cboOrder combo box, but got error saying can't find [sub form name]. I
verified that I spelled the sub form name correctly. What am I doing wrong?
Master: combo box 1st column (the bound column)
Child : OrderNo
The combo box is called cboOrder.
This works fine, but I need to also link the 2nd column from the combo box
to a child field OrderType. I tried
Master:cboOrder;cboOrder.column(1)
Child:OrderNo;OrderType
I get an error on cboOrder.column(1). How can I do this? I also tried to
set the value of the subform field OrderType on the ONCURRENT event of the
cboOrder combo box, but got error saying can't find [sub form name]. I
verified that I spelled the sub form name correctly. What am I doing wrong?