I am trying to get a simple cooking recipe database together:
I got a ingredients table with all the nutrition info.
Each recipe has up to 20 ingrediences, amounts, descriptions on what to do, and comment fields.
Each recipe also has fields for what cooking tools to use, name, difficulty, time to cook and other fields.
How can I put together the 20 rows of each recipe and connect it to the ingedients table?
Maybe I am just tired but I am pulling a blank on that one as I am not very experienced with dbdesign.
Thanks in advance.