C
Chef Bob
I'm designing a Recipe database. I have one table called Recipe (with the
name, yield, times, comments, etc) and it has Ingredient1, Quantity1,
Ingredient2, Quantity2, etc. I also have an Ingredient Table with Ingredient
Name and Unit of Measure, since the NUMBER of cups of flour will change with
every recipe and I can store the NUMBER of those units with each recipe
(right?). What I'm trying to do is create the most COMPACT way of coming up
with a list of TOTAL ingredients based on the TOTAL of several recipes
selected.
name, yield, times, comments, etc) and it has Ingredient1, Quantity1,
Ingredient2, Quantity2, etc. I also have an Ingredient Table with Ingredient
Name and Unit of Measure, since the NUMBER of cups of flour will change with
every recipe and I can store the NUMBER of those units with each recipe
(right?). What I'm trying to do is create the most COMPACT way of coming up
with a list of TOTAL ingredients based on the TOTAL of several recipes
selected.