Reputation: 23
I want to create a database where i simply need to type in the ID for something in multiple columns and this can bring me to when it was created and by who.
As you can see the Power on, TV, HDMI etc have an ID that will go up to 12, with model C having overlap between some ID's from A and B
From this i can then determine that the ID 4 was created by Charlie
The problem i have is that i have linked the two together like this, but it does not work, i cannot see who made the command. Have i done this correctly and is it possible to do
Upvotes: 0
Views: 784
Reputation: 55806
Bring in five more instances of Relationship Table
which will, by default, be suffixed with _1
, _2
, etc.
Now, rearrange relations for the fields in table Sony
to the individual Relationship Table
tables.
Upvotes: 1