How can I set the field values for several fields using one combo box. Example, I have a table name SUPPLY ITEM which lists the Items Description, Item price, and Items Company. I use a drop down combo box to let the user select the items, this puts the Description value from the SUPPLY ITEM table into the SUPPLY MAIN Item Description for item 1. How can I also have it place the Item Price and Item Company?
TABLE Name: tblSUPPLY ITEM
Fields: ProductionDescription
CompanyName
ItemPrice
TABLE Name: tblSUPPLY MAIN
Fields to Populate based on selection above:
DescriptionItem1
Item1Price
Item1Company
Any help would be greatly appreciated.
Bill
TABLE Name: tblSUPPLY ITEM
Fields: ProductionDescription
CompanyName
ItemPrice
TABLE Name: tblSUPPLY MAIN
Fields to Populate based on selection above:
DescriptionItem1
Item1Price
Item1Company
Any help would be greatly appreciated.
Bill