G
Guest
A simple table Product has two fields Product Number and Product Description.
Another table (say Customer table) stores Product Number.
A Customer form has a combo box whose source is the Product table.
I want the combo box to SHOW Product Description but STORE Product Number in
the Customer table.
If the bound column of the combobox is 1 then it will store Product Number
but will also show Product Number.
By 'show' I do not mean when the combo box drops down. Sure, both number and
description are shown there.
Another table (say Customer table) stores Product Number.
A Customer form has a combo box whose source is the Product table.
I want the combo box to SHOW Product Description but STORE Product Number in
the Customer table.
If the bound column of the combobox is 1 then it will store Product Number
but will also show Product Number.
By 'show' I do not mean when the combo box drops down. Sure, both number and
description are shown there.