Hi all,
I'm returning to Microsoft Access after nearly 25 years, and while I used to be very comfortable with it (especially database normalisation!), I'm finding myself a bit rusty and unsure about my current setup.
I've created a relational database with the following tables:
- Executive Offices
- Offices
- Identified Critical Products
- Office Tools
The intended relationships are:
- One Executive Office can have many Offices.
- One Office can have many Critical Products and Tools.
- Each Critical Product or Tool can be used by multiple Offices.
The goal is to store details about Executive Offices, Offices, and the products/tools they use — and to be able to display which Office uses which Critical Product and which Tool.
However, I'm struggling to enforce referential integrity in the relationships, and I suspect my structure might not be correct. Could anyone advise on how best to model this setup, especially the many-to-many relationships between Offices and Products/Tools?
Thanks in advance!