G
Guest
I have what should be a simple database. I have only three tables:
1 - who - names, category (client etc...)
2 - where - contact info (most people will have more than 1 set of contact
data. Some will have 3)
3 - what - event information (most people will have more than 1 set of data
in this table also).
It would be easy if table 2 had one set of data. Then it would be a
one-to-one, then 2 & 3 would be a one-many. I've done that before. Now
it's a one-to-many between 1&2 and a many-to-many between 2&3. I am having
problems with the many to many relationship. I have tried creating a junction
table but get stuck on the primary keys. How can you have a primary key when
you need duplicate identifiers?
I really need a simple, clear, idiot proof source for this information. (I
already tried the help section on the MS website). Any ideas would be
gratefully welcom.
Thank you!
1 - who - names, category (client etc...)
2 - where - contact info (most people will have more than 1 set of contact
data. Some will have 3)
3 - what - event information (most people will have more than 1 set of data
in this table also).
It would be easy if table 2 had one set of data. Then it would be a
one-to-one, then 2 & 3 would be a one-many. I've done that before. Now
it's a one-to-many between 1&2 and a many-to-many between 2&3. I am having
problems with the many to many relationship. I have tried creating a junction
table but get stuck on the primary keys. How can you have a primary key when
you need duplicate identifiers?
I really need a simple, clear, idiot proof source for this information. (I
already tried the help section on the MS website). Any ideas would be
gratefully welcom.
Thank you!