Greetings
I have two tables.
1) tblProductInfo
2) tblManufacturerList - a look-up table with about 200 manufacturers
The ManufacturerList table is related in a one-to-many relationship to the ProductInfo table using the ManufacturerID field in the ManufacturerList table.
I have created a data input form for manually inputting product information. Am having problems setting up the combo box to select the manufacturer for a product. No list appears and the ManufacturerID number does not populate the Manufacturer field in the ProductInfo table.
Would some good person help explain the best practices method to set up the combo box in my input form so that the manufacturer look-up list appears and a manufacturer can be selected. How can I get the correct ManufacturerID number into the manufacturer data field in the ProductInfo table? I have tried all kinds of different approaches and continue to get bad or no results.
As a side note, I have created a continuous form that shows all the product info records. I need to display the correct Manufacturer as a text field with no combo box in this form. I seem to have done this correctly but it may be one of the contributing factors to my problem.
If anyone is interested in helping me get this worked out, I would really appreciate it. If any of this is unclear, please let me know.
Many thanks in Advance
~46
![]()