I have 1 Table.
tblProduct
Field 1 - ProductID
Field 2 - ProductName
Field 3 - RawProduct1
Field 4 - RawProduct2
Field 5 - RawProduct3
I input finished products & Raw products in the same table. Raw products are used to make the finished products.
I have a search form that opens a continuous form of all products.
Example Data.
Product 1 could use RawProduct1 and 2.
Product 2 could use RawProduct1 2 and 3
Product 2 could use Rawproduct2 and 3
The Goal - I have a form (frmProductSearch) with a combo box for Products. cboProduct. There is a button on the form cmdSearch. I would like to select one of the RawProducts from the list. It would then open a continuous form (frmProductList) which would display all products that contain said RawProduct. (And Also which RawProduct # It is)
I'm sure this is done with a query somehow but I wasn't sure which forum to post it in since I would like to use forms and a search feature.
Thanks.
tblProduct
Field 1 - ProductID
Field 2 - ProductName
Field 3 - RawProduct1
Field 4 - RawProduct2
Field 5 - RawProduct3
I input finished products & Raw products in the same table. Raw products are used to make the finished products.
I have a search form that opens a continuous form of all products.
Example Data.
Product 1 could use RawProduct1 and 2.
Product 2 could use RawProduct1 2 and 3
Product 2 could use Rawproduct2 and 3
The Goal - I have a form (frmProductSearch) with a combo box for Products. cboProduct. There is a button on the form cmdSearch. I would like to select one of the RawProducts from the list. It would then open a continuous form (frmProductList) which would display all products that contain said RawProduct. (And Also which RawProduct # It is)
I'm sure this is done with a query somehow but I wasn't sure which forum to post it in since I would like to use forms and a search feature.
Thanks.