ELiedeker
Member
- Local time
- Yesterday, 23:53
- Joined
- Sep 22, 2020
- Messages
- 33
Hi, I have a continuous form, Menu Planner, where you can plan weekly meals. It contains MealDate, MealName, Recipe, and Other Supply. Other than MealDate, which is simply a date field, the other fields are comboboxes referencing primary key-description pairs from various tables. The form stores these values into the MenuPlanner table, which contains a primary key, MealDate (date), and all the other fields are stored as numbers referencing the relevant primary keys for MealName, RecipeID, and SupplyID.
The problem I'm having, and I've had it in another database, is that when I use this form, the description value of the first row in the Recipes table gets overwritten with the primary key of the last recipe selected on this form.
I'm hoping this is a familiar problem that someone can give me a clue where to look.
Thanks in advance for any pointers!
Eileen
The problem I'm having, and I've had it in another database, is that when I use this form, the description value of the first row in the Recipes table gets overwritten with the primary key of the last recipe selected on this form.
I'm hoping this is a familiar problem that someone can give me a clue where to look.
Thanks in advance for any pointers!
Eileen