G
Guest
I have an access database with several tables. For the purposes of this
question, let's say there are 3 tables named Table1, Table2, and Table3 and
they have one-to-one relationships via a primary key (call it ID), although
Table1 is kind of the "primary" table. The problem is that, while the tables
nominally have relationships, in practice the relevant records in the related
tables are not consistenty available. For example, when viewing Table1, only
Table2 is linked, while when viewing Table2 both Tables 1 and 3 are linked.
When viewing Table3, neither 1 nor 2 are available. Maybe I misunderstand
how this whole thing works, but I expected that if they're all linked then
they'll all be linked all the time.
question, let's say there are 3 tables named Table1, Table2, and Table3 and
they have one-to-one relationships via a primary key (call it ID), although
Table1 is kind of the "primary" table. The problem is that, while the tables
nominally have relationships, in practice the relevant records in the related
tables are not consistenty available. For example, when viewing Table1, only
Table2 is linked, while when viewing Table2 both Tables 1 and 3 are linked.
When viewing Table3, neither 1 nor 2 are available. Maybe I misunderstand
how this whole thing works, but I expected that if they're all linked then
they'll all be linked all the time.