For some reason I'm blanking on how to do this...
I have a table with people:
Person1
Person2
Person3
..
..
..
I have a table with items:
ItemA
ItemB
ItemC
..
..
..
I want to show that the people own multiple items, e.g.:
Person1 = ItemB
Person2 = ItemA, ItemB, ItemC
Person3 = ItemC, ItemC
..
..
..
How do I set up my database to relate this basic information correctly?
Thanks for any help!
SB
I have a table with people:
Person1
Person2
Person3
..
..
..
I have a table with items:
ItemA
ItemB
ItemC
..
..
..
I want to show that the people own multiple items, e.g.:
Person1 = ItemB
Person2 = ItemA, ItemB, ItemC
Person3 = ItemC, ItemC
..
..
..
How do I set up my database to relate this basic information correctly?
Thanks for any help!
SB
Comment