E
ECathell
I have 3 tables in a Many to Many relationship.
Recipe
RecipeDetail
Ingredients
Recipe detail has 3 fields:RecipeID,IngredientID,Ingredient Count
How do I setup my master detail form to handle this? Most of the tutorials I have seen deal with a singel parent-child relationship. I want to see the ingredients and the count of each within the detail form.
Recipe
RecipeDetail
Ingredients
Recipe detail has 3 fields:RecipeID,IngredientID,Ingredient Count
How do I setup my master detail form to handle this? Most of the tutorials I have seen deal with a singel parent-child relationship. I want to see the ingredients and the count of each within the detail form.