Hi, I'm very familiar with MS Access but it has been some time since I've had to dedicate a lot of time to using it. I'm hoping someone could get me going in the right direction.
Here's what I have. I have a table for SITES, another for SYSTEMS and many for INVENTORY. The sites table includes basic site information but also includes a key to link to the systems table. The systems table is also very basic with a system name, general details and a key to link the system to the other inventory tables. The inventory tables (4 in all) have different information in them. The only common denominator is the system key. Here's the issue, when I open the sites table, I can expand it to see all of the related systems. However, I want to also be able to expand each of the systems to display the inventory for that site.
Basic Example:
- 123 Main Street
.....Electrical
.....Computers
..........Laptop abc
..........PC xyz
.....Structure
..........Wood
..........Sheetrock
+ 456 Cross Street
The example is just that, just an example. I have expanded the "123 Main Street" to show that it has Electrical, Computers and Structure "systems". I then expanded Computers to show there is a Laptop and PC for inventory. Additionally, Structure is also expanded and shows Wood and Sheetrock under inventory. Is this even possible? Today when I try to expand "computers" it asks for child/master. If I then select the computers table and assign child/master, only the computers table information appears for electrical, computers and structure. I believe I could solve this by putting all of the inventory into a single table but because each one is different (unique questons for some of the systems), it seemed like it would be a waste to add a whole bunch of fields and only some are used for some systems. The separate tables seems to make more sense, but how do I now get them to link to the systems and up to the sites?
I would appreciate any assistance you can provide. Whether it be with examples or pointing me in the right direction. Much appreciated!!