Hello does anyone know if Access supports the following types of One to Many relationships?
- One to zero or more (I.e. Optional one to many)
and
- one to one or more (i.e. required one to many)
In short I am trying to create a one to 'one or more' relationship but have not been able to. I have the following tables:
Person : Pid (PK), Name
Address: Pid (FK to Person), Aid, Address (PK here is Pid and Aid)
I have tried to create a form that allows a user to populate the 'person' table and in doing so 'must' pupulate the address table as well. I was under the impression I could leave this to RI with a One to One or More relationship. (I.e. One person can have one or more addresses)
(Please note the above is an example only)
Cheers,
Topaz
- One to zero or more (I.e. Optional one to many)
and
- one to one or more (i.e. required one to many)
In short I am trying to create a one to 'one or more' relationship but have not been able to. I have the following tables:
Person : Pid (PK), Name
Address: Pid (FK to Person), Aid, Address (PK here is Pid and Aid)
I have tried to create a form that allows a user to populate the 'person' table and in doing so 'must' pupulate the address table as well. I was under the impression I could leave this to RI with a One to One or More relationship. (I.e. One person can have one or more addresses)
(Please note the above is an example only)
Cheers,
Topaz