M
morel-lover
I am designing a database for personal use. I have 4 tables: tbl-primary with
ID as primary key; tbl-spouse with ID as primary key; tbl-children with ID
and First Name as primary key; tbl-relationship with relationship as primary
key.
Relationships: 1to1 tbl-primary to tbl-spouse; 1to many tbl-primary to
tbl-children
In the form that I created for data entry it will not show records from the
primary table that do not have a related record in the spouse ID field.
There are no filters or queries involved. If I enter a number in the spouse
table for ID, the record will show. I hate to have a bunch of records that
only have and ID number in the spouse table for those in the primary table
who do not have a spouse.
Can anyone help???
Thanks!!!
ID as primary key; tbl-spouse with ID as primary key; tbl-children with ID
and First Name as primary key; tbl-relationship with relationship as primary
key.
Relationships: 1to1 tbl-primary to tbl-spouse; 1to many tbl-primary to
tbl-children
In the form that I created for data entry it will not show records from the
primary table that do not have a related record in the spouse ID field.
There are no filters or queries involved. If I enter a number in the spouse
table for ID, the record will show. I hate to have a bunch of records that
only have and ID number in the spouse table for those in the primary table
who do not have a spouse.
Can anyone help???
Thanks!!!