Hi all, would appreciate some pointers with a table relationship I'm trying to build in Access 2003
Currently have 2 tables:
1) Indoor_Units consisting of numerous fields:
Each table contains unique data but there can potentially be several outdoor units for one indoor unit and likewise numerous indoor units can be paired with one specific outdoor unit.
It would seem the best way around this is to create a junction table consisting of ID pairs from each of the outdoor and indoor tables, correct?
How should I be handling the data in a form, via subforms? How do I ensure that if for example I add a totally new outdoor unit that this record ID is updated to the junction table I'm assuming this will need to be manually done?
Thanks and appreciate your input, any pointers would be great.
Gareth
Currently have 2 tables:
1) Indoor_Units consisting of numerous fields:
Product_ID (primary key)
Spec fields (height, weight, etc)
Others (price, optional accessories, etc)
2) Outdoor_Units similar to the above but without "Others" fieldsSpec fields (height, weight, etc)
Others (price, optional accessories, etc)
Each table contains unique data but there can potentially be several outdoor units for one indoor unit and likewise numerous indoor units can be paired with one specific outdoor unit.
It would seem the best way around this is to create a junction table consisting of ID pairs from each of the outdoor and indoor tables, correct?
How should I be handling the data in a form, via subforms? How do I ensure that if for example I add a totally new outdoor unit that this record ID is updated to the junction table I'm assuming this will need to be manually done?
Thanks and appreciate your input, any pointers would be great.
Gareth