In my table, which is used to produce cost estimates. The two fields that I'm concerned with are: [Item], [Cost]. I have a combo box for [Item] which get the data from another table called "inventory" having two columns, Item, Cost.
Using a form based on the table, When making a selection from the combo box, the name of the item selected shows as the value. That's good so far.
Is it possible to have the [Cost] field populated with the dollar value of the item that was selected from the inventory table?
Using a form based on the table, When making a selection from the combo box, the name of the item selected shows as the value. That's good so far.
Is it possible to have the [Cost] field populated with the dollar value of the item that was selected from the inventory table?