Hello there,
I recently started learning Microsoft Access.
I'm trying to create a database for a restaurant to control the cost
What i need in my database:
- Products table for products name, id, category..
- Every product contains ingredients from ingredients table with amount of KG, G, ...
- Ingredients table contains ingredients name, id..
- Category table to put the products into categories, Sandwiches, Platters, ...
What i am stuck at is that i don't know how i can link the ingredients into products and add multiple ingredients to 1 product
I would appreciate if someone could help me in the relationships and the structure of my database
Thank you in advance