I am trying to create a database that displays the cost of all of my meals and allows me to apply certain meals to certain Days.
At the moment I have created a form (called frmMainMeal) based on a query that allows me to create meals by selecting different products. This works fine.
Now that I have created some meals I would like to use a form to apply the meals to certain days. (keep in mind that I would like to be able to use the same meal on more than one day).
I have created a form (called frmMainDay) with a subform based on a new query that I created (the query totals the $ amounts of each meal), however I cannot enter data into the subform.
I am new to access and don't know how to fix this issue.
I have attached the access file for your reference.
meal template - Copy.zip