Morning all,
I'm not sure if it's because I'm tired, or my google fuu isn't working... however can someone explain the following:
I have three tables, two relationships - one is a one to many and the other is a one to one. From this I have created two relationships to join data between the two tables.
When I create the query using the one to many relationship it pulls the related data from the related table when I create a new record using the PK joined between both. However when I do the same but using the one to one relationship it does not automatically fill in this detail for me, why is this?
Table example:
Person
First Name | Last Name | UniqueID
License
License Name | UniqueID
Car
Car Make | Unique ID
So, when I create a relationship between Person and License using all fields from both (a one to one relationship) using all fields and create a new record it does not automatically populate First Name, Last Name.
Whereas when I create a relationship between Person and Car using all fields from both (a one to many relationship) and create a new record it will automatically pull First Name and Last Name from the Person table.
Why is this?
This of course is a made up scenario, I'm just trying to understand....
I'm not sure if it's because I'm tired, or my google fuu isn't working... however can someone explain the following:
I have three tables, two relationships - one is a one to many and the other is a one to one. From this I have created two relationships to join data between the two tables.
When I create the query using the one to many relationship it pulls the related data from the related table when I create a new record using the PK joined between both. However when I do the same but using the one to one relationship it does not automatically fill in this detail for me, why is this?
Table example:
Person
First Name | Last Name | UniqueID
License
License Name | UniqueID
Car
Car Make | Unique ID
So, when I create a relationship between Person and License using all fields from both (a one to one relationship) using all fields and create a new record it does not automatically populate First Name, Last Name.
Whereas when I create a relationship between Person and Car using all fields from both (a one to many relationship) and create a new record it will automatically pull First Name and Last Name from the Person table.
Why is this?
This of course is a made up scenario, I'm just trying to understand....