G
Guest
Hello -
I have a database structure with a lot of one to many , one-to-one tables. I
am trying to bring all of that info together into one form for input.
The form, as built, has subforms to display 3 one-to-many relationships. It
has one entry each for 5 one-to-one tables. I get an error saying "The
Microsoft Jet Database Engine cannot find a record in table [one-to-one table
#3] with key matching field [ID]."
I thought the whole point of those relationships was when I brought them
together in the form, the ID would trickle down to the associated tables. As
I said before, if I manually enter records in the tables, the form displays
them perfectly.
I'm just trying to avoid having to insert redundant "ID" codes into the form
to force each table to see which record it relates to in the main table. I
have not used any VBA, b/c I don't know it.
Any help would be appreciated.
Keith
I have a database structure with a lot of one to many , one-to-one tables. I
am trying to bring all of that info together into one form for input.
The form, as built, has subforms to display 3 one-to-many relationships. It
has one entry each for 5 one-to-one tables. I get an error saying "The
Microsoft Jet Database Engine cannot find a record in table [one-to-one table
#3] with key matching field [ID]."
I thought the whole point of those relationships was when I brought them
together in the form, the ID would trickle down to the associated tables. As
I said before, if I manually enter records in the tables, the form displays
them perfectly.
I'm just trying to avoid having to insert redundant "ID" codes into the form
to force each table to see which record it relates to in the main table. I
have not used any VBA, b/c I don't know it.
Any help would be appreciated.
Keith