Milothicus
Registered User.
- Local time
- Today, 03:54
- Joined
- Sep 24, 2004
- Messages
- 134
note: all following table/field names have been changed to protect the sanity of the reader.
I have a main table, which includes 3 potential positions for a person to hold:
pos1, pos2, pos3. each field is linked to the same table, which holds a list of people.
in my back end relationship screen, there are 3 'copies' of the 'people' table, to avoid ambiguous joins.
in a front-end query, i had to 'show' 2 extra copies of the table and recreate the joins....
so, if you have one table that's referenced for 3 fields in a main table, is that many-to-many? or is it better to show 3 copies of the lookup table and have 3 one-to-many relationships?
I have a main table, which includes 3 potential positions for a person to hold:
pos1, pos2, pos3. each field is linked to the same table, which holds a list of people.
in my back end relationship screen, there are 3 'copies' of the 'people' table, to avoid ambiguous joins.
in a front-end query, i had to 'show' 2 extra copies of the table and recreate the joins....
so, if you have one table that's referenced for 3 fields in a main table, is that many-to-many? or is it better to show 3 copies of the lookup table and have 3 one-to-many relationships?