cricketbird
Registered User.
- Local time
- Today, 17:01
- Joined
- Jun 17, 2013
- Messages
- 118
Whenever I try to add a new record to a form, I am getting a message that "You cannot add or change a record because a related record is required in table "TableDietOld".
I did create a table with this name when I was fiddling with the database. However, it no longer exists. I am trying to find what is trying to refer to this old table and I cannot find it.
I have tried:
1) Creating a new table with that name, and then running "Object Dependencies" (nothing)
2) Searching the project's VBA code (nothing)
3) Looking at all of the queries that underlie my form and its controls (nothing)
4) Importing all my objects into a new database (same issue) in case mine had gotten corrupted.
Where else can I look to find this wayward reference to a long-gone table?
:banghead:
Thank you,
CB
I did create a table with this name when I was fiddling with the database. However, it no longer exists. I am trying to find what is trying to refer to this old table and I cannot find it.
I have tried:
1) Creating a new table with that name, and then running "Object Dependencies" (nothing)
2) Searching the project's VBA code (nothing)
3) Looking at all of the queries that underlie my form and its controls (nothing)
4) Importing all my objects into a new database (same issue) in case mine had gotten corrupted.
Where else can I look to find this wayward reference to a long-gone table?
:banghead:
Thank you,
CB