If I set up two tables - TblProducts One to Many TblAccessories
1.Each Product may have multiple Accessories
2. Each Accessory may be on multiple Products
3. If you add one Accessory to a product it may require an additional accessory
4. An Accessory may block a different accessory (you can add one but not both)
5. a product may Require one accessory from a list
Okay - so how to set up the fields in the table
TblProducts: PartNumber (Primary) PartDescription Price
TblAccessories: AccPartNumber Primary) PartDescription Price
How do I set up the fields for PartNumber requires AccPartNumber
AccPartNumber does not allow AccPartnumber
Or is it separate tables
sorry it is so vague - but I am just thinking it through.