C
Clement DeCastro
I'm trying to create a table(s) and I'm not sure on how to go about doing
this. I have to design a food menu database (thanks for the responses I got
for my first question). For example: An item such as small garden salad.
This is how I was asked to set it up. I have to have a menu id number as
well as all of its ingredients.
Menu Item=Small Garden Salad Menu_ID=S0001
Recipe Item=Cucumbers Menu_ID=S0011
Recipe Item=Tomatoes Menu_ID=S0019
Recipe Item=Lettuce Menu_ID=S0005
Recipe Item=Ranch Dressing Menu_ID=S0030
Then I have to break down the ingredients of the ranch dressing much like
the same way I broke down the Small Garden Salad.
Then I have to create a form and all the end user has to do is select the
Menu Item from a drop down menu list and the a picture of the menu item as
well as all the ingredients and the procedure on how to make the item will
pop up. What I need to know is should I have a separate table for each Menu
Item (there is about 75 in all)? Should I make a separate table for the
ranch dressing ingredients or can I include that with the Small garden
salad?
Any help is appreciated. Thanks.
this. I have to design a food menu database (thanks for the responses I got
for my first question). For example: An item such as small garden salad.
This is how I was asked to set it up. I have to have a menu id number as
well as all of its ingredients.
Menu Item=Small Garden Salad Menu_ID=S0001
Recipe Item=Cucumbers Menu_ID=S0011
Recipe Item=Tomatoes Menu_ID=S0019
Recipe Item=Lettuce Menu_ID=S0005
Recipe Item=Ranch Dressing Menu_ID=S0030
Then I have to break down the ingredients of the ranch dressing much like
the same way I broke down the Small Garden Salad.
Then I have to create a form and all the end user has to do is select the
Menu Item from a drop down menu list and the a picture of the menu item as
well as all the ingredients and the procedure on how to make the item will
pop up. What I need to know is should I have a separate table for each Menu
Item (there is about 75 in all)? Should I make a separate table for the
ranch dressing ingredients or can I include that with the Small garden
salad?
Any help is appreciated. Thanks.