I have been struggling for a while, and I think this is because I am misunderstanding what Relationships can do/are for.
Ned, in his tutorials, says "...stamp the PK as an FK into the child table", but how does the stamping part actually happen?
My assumption was that all we have to do is link the tables, and somehow when one of the fields is used in a dropdown or autocomplete, then any other columns would be pulled into the destination table.
I do understand now that any further columns would have to be brought in by either trigger, or autocomplete.
So my question is, what does the Relationship achieve (assuming we are not using a view)? And with views, I am not sure I see the advantage of those, either!
It also seems like if we are pulling a field in by dropdown for example, then that field would already be 'stamped' into the destination table. So again I am not sure what the Relationship is doing here.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
biota
Hello all
I have been struggling for a while, and I think this is because I am misunderstanding what Relationships can do/are for.
Ned, in his tutorials, says "...stamp the PK as an FK into the child table", but how does the stamping part actually happen?
My assumption was that all we have to do is link the tables, and somehow when one of the fields is used in a dropdown or autocomplete, then any other columns would be pulled into the destination table.
I do understand now that any further columns would have to be brought in by either trigger, or autocomplete.
So my question is, what does the Relationship achieve (assuming we are not using a view)? And with views, I am not sure I see the advantage of those, either!
It also seems like if we are pulling a field in by dropdown for example, then that field would already be 'stamped' into the destination table. So again I am not sure what the Relationship is doing here.
TIA
Link to comment
Share on other sites
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.