Hi
We the table structure below:
SM_Products.ProductID >> SM_Prod_Cat_Link.ProductID
SM_Prod_Cat_Link.CategoryID >> SM_Prod_Categories.ID
Basically for each product you can have many categories, therefore the SM_Prod_Cat_Link table.
My question is: on my product form how can I select the categories for that product.
I assume I add a subform, which I have done with the below setup, however when I select a category it just disappears in the combo box.
How can I do this?
Thank you in advance
B
We the table structure below:
SM_Products.ProductID >> SM_Prod_Cat_Link.ProductID
SM_Prod_Cat_Link.CategoryID >> SM_Prod_Categories.ID
Basically for each product you can have many categories, therefore the SM_Prod_Cat_Link table.
My question is: on my product form how can I select the categories for that product.
I assume I add a subform, which I have done with the below setup, however when I select a category it just disappears in the combo box.
How can I do this?
Thank you in advance
B