Hey
I have a database to select lunch for the week where I have created tables to store the choices; appetizer, protein, carbohydrates, side order and vegetables which would be selected by users which should be given to the chef the beginning of each morning. After selection I want the detail to be saved "Staff_Details" table. The combo box works after the first record is selected. When I select the day of the week "Monday" and the appetizer, carb_choice, protein, side orders and vegetables for Monday appears in the drop down combo boxes for selection but to add another record I receive the error message "cannot add record(s); join key of the table "Staff_Detail" not in recordset.
See file attached for a better understanding of what I am trying to do.
Any assistance will be greatly appreciated.