Hi,
(example simplified for sake of brevity)
I have a table called "ingredients"
I have a table called "recipies"
Now, I'd like to create a form where a user can create a recipe.
In a subform, all the ingredients should be listed, so the user can click to select the applicable ingredients.
Is this possible?
How would you approach this?
P.S. As for the processing of this "many-many" table, I created an intermediate table "IngredientsInRecipies" only containing the RecipeID and the IngredientID.
(example simplified for sake of brevity)
I have a table called "ingredients"
I have a table called "recipies"
Now, I'd like to create a form where a user can create a recipe.
In a subform, all the ingredients should be listed, so the user can click to select the applicable ingredients.
Is this possible?
How would you approach this?
P.S. As for the processing of this "many-many" table, I created an intermediate table "IngredientsInRecipies" only containing the RecipeID and the IngredientID.