I am trying to add product information to an existing "OrderDetails" subform, so the user can input what products are in a particular order. However, product information is in a separate "Products" table, and there is no place in "OrderDetails" to store the data.
ProductID is related to OrderDetails, so I think there should be a way to pull product data right into the form. Unfortunately this is proving more difficult than anticipated.
I have tried to do it with the cbo wizard, but there is no place to "store" the data in that table, and just "remembering" it does me no good either. If anybody could offer any tips on how to create a combo box from a table that is not included in the form, I would be very grateful.
ProductID is related to OrderDetails, so I think there should be a way to pull product data right into the form. Unfortunately this is proving more difficult than anticipated.
I have tried to do it with the cbo wizard, but there is no place to "store" the data in that table, and just "remembering" it does me no good either. If anybody could offer any tips on how to create a combo box from a table that is not included in the form, I would be very grateful.
Last edited: