V
Viktor via AccessMonster.com
Hi all,
I have the following situation:
People
----------
People_id
PeopleName
PeopleLast
......
and
Group
-------------
Group_id
GroupName
.......
Every person can be a member of only one group. However, the number of people
on one group is not known. One group may be empty, while other group may have
many members. Do I need third table between this two tables to store the
neccessary information, or do I do something else?
Thanks,
Viktor Kralevski
I have the following situation:
People
----------
People_id
PeopleName
PeopleLast
......
and
Group
-------------
Group_id
GroupName
.......
Every person can be a member of only one group. However, the number of people
on one group is not known. One group may be empty, while other group may have
many members. Do I need third table between this two tables to store the
neccessary information, or do I do something else?
Thanks,
Viktor Kralevski