Hello again, this is my second post
I am a chef and am creating a database with two main tables: recipes and ingredients. I want to have a recipe related to many ingredients.
What I would like is a form based on the recipe table with the ingredients all listed below with a y/n check box. Then when checking the box that ingredient would be related to the focused recipe.
However, and I believe I would need to have a many to many relationship, one recipe will have many ingredients but those same ingredients will appear in many recipes.
In the end I want to create reports of selected recipes with its ingredients listed below them, and a grocery list of all ingredients needed for a week's worth of recipes.
Thank you
JZ
I am a chef and am creating a database with two main tables: recipes and ingredients. I want to have a recipe related to many ingredients.
What I would like is a form based on the recipe table with the ingredients all listed below with a y/n check box. Then when checking the box that ingredient would be related to the focused recipe.
However, and I believe I would need to have a many to many relationship, one recipe will have many ingredients but those same ingredients will appear in many recipes.
In the end I want to create reports of selected recipes with its ingredients listed below them, and a grocery list of all ingredients needed for a week's worth of recipes.
Thank you
JZ