J
Jim
I have a combo box with two columns: ItemCode,
ItemDescription.
The bound column is 1 (ItemCode). I want to return the
value of the second colum to a field in the form. I can
do that if I use the expression: =[Combo22].[column](1)in
the textbox control source. However the value is only
visible in the form burt does not show up in the
underlying table. So I tried binding the control source
to the appropriate field in the underlying table and
placing the expression in the "Default VAlue" property of
the textbox but that returns a blank.
Any suggestions?
ItemDescription.
The bound column is 1 (ItemCode). I want to return the
value of the second colum to a field in the form. I can
do that if I use the expression: =[Combo22].[column](1)in
the textbox control source. However the value is only
visible in the form burt does not show up in the
underlying table. So I tried binding the control source
to the appropriate field in the underlying table and
placing the expression in the "Default VAlue" property of
the textbox but that returns a blank.
Any suggestions?