L
Lez
Hi Guys,
I have a combo box to list products, I have 3 further combo's that are used
for color, size, and other.
My first combo box control source is the prodID, however the option of this
product is selected by the manRefID
I have tried:
[Forms]![TestLineitems]![cbo0].Column(2)
to see if I can trap the ManRef, which fails asking me to enter a parameter
I have also tried adding a hidden text box to trap the manRef, which gets
the value, however the combo box then only gets the value from the first
text box
Can anyone suggest anything else I can try?
I have a combo box to list products, I have 3 further combo's that are used
for color, size, and other.
My first combo box control source is the prodID, however the option of this
product is selected by the manRefID
I have tried:
[Forms]![TestLineitems]![cbo0].Column(2)
to see if I can trap the ManRef, which fails asking me to enter a parameter
I have also tried adding a hidden text box to trap the manRef, which gets
the value, however the combo box then only gets the value from the first
text box
Can anyone suggest anything else I can try?