J
Jim
I have a table called "Inventory Items" used as a lookup
table. I created a multi-column combo box which uses two
fields from the lookup table; ItemCode and
ItemDescription. This table is linked to another
table, "Inventory Transactions" in a one-to-many
relationship. I created a Purchase Order with the idea
that all data entered in to the Purchase Order form will
be stored in the Inventory Transaction table. The combo
box stores its bound colum "ItemCode" in the Inventory
Transaction tablejust fine. But I can't seem to get the
value of the second column "ItemDescription" to store in
it's corresponding field in the Inventory Transaction
table. I have tried "=Combobox.Column(1)" in a Textbox
Control Source property which does display the Item
Description on the form but it doesn't store the Item
Description in the Inventory Transaction table. I can
understand why since the control source dictates where
the data will be stored. So then I tried using the same
expression in the Default Value property and set the
Control Source to the Inventory Transaction table to no
avail. I need the ItemCode and ItemDescription stored in
the Inventory Transaction table.
table. I created a multi-column combo box which uses two
fields from the lookup table; ItemCode and
ItemDescription. This table is linked to another
table, "Inventory Transactions" in a one-to-many
relationship. I created a Purchase Order with the idea
that all data entered in to the Purchase Order form will
be stored in the Inventory Transaction table. The combo
box stores its bound colum "ItemCode" in the Inventory
Transaction tablejust fine. But I can't seem to get the
value of the second column "ItemDescription" to store in
it's corresponding field in the Inventory Transaction
table. I have tried "=Combobox.Column(1)" in a Textbox
Control Source property which does display the Item
Description on the form but it doesn't store the Item
Description in the Inventory Transaction table. I can
understand why since the control source dictates where
the data will be stored. So then I tried using the same
expression in the Default Value property and set the
Control Source to the Inventory Transaction table to no
avail. I need the ItemCode and ItemDescription stored in
the Inventory Transaction table.