My database contains a table of many recipes, each recipe belongs to one specific category. I also have a table of many different containers, all (but one) of which is specific to a recipe category (which links the two tables). My query is currently designed to show containers based on each recipe category, supplying their weight and cost for a report. How can I get my query to show that one container, utilized by two different categories, in both instances? I'm afraid if I enter that container twice in the table, each with a unique pk and different category, we may only update the pricing on one or the other in the future, since it's actually the same container.
Is there a smarter more logical way to accomplish what I need to do?
Thank you in advance for your advice and/or insight!
Is there a smarter more logical way to accomplish what I need to do?
Thank you in advance for your advice and/or insight!