J
jtertin
I have a text box that I would like bound to a drop down control. It
is easy enough to set the Control Source to equal the drop down's
default column value (i.e. "=[ComboBoxName]"), but the combo box has
three columns, and I want it bound to a non-default column.
I have tried "=[ComboBoxName](2)" and "=[ComboBoxName(2)] where (2) is
the column that I want to bind to with no luck.
Any info is greatly appreciated!
is easy enough to set the Control Source to equal the drop down's
default column value (i.e. "=[ComboBoxName]"), but the combo box has
three columns, and I want it bound to a non-default column.
I have tried "=[ComboBoxName](2)" and "=[ComboBoxName(2)] where (2) is
the column that I want to bind to with no luck.
Any info is greatly appreciated!