pokemasterflex
New member
- Local time
- Today, 08:26
- Joined
- Dec 30, 2013
- Messages
- 6
Hey guys,
I have a multi-table Access 2010 database that I'm working with. The setup is like so:
Model Data holds 49 records. PK is ID
ID relates the other tables back to Model Data (with the exception of Weights, that's a standalone table) so essentially you get the Cable, Adapter and Kit for each ID. It should only show 49 records.
In the current setup (splitting the relationships into multiple queries) it shows the requested data, but once I create another nested query or try and manage all the relationships in one query and output the same data it goes haywire and outputs thousands of duplicate records.
The end result will populate the form Cable Information.
What's my issue here? I think this is just a case of my eyes not seeing it and it'll be a d'oh moment
Have I missed something? Is there a better, more efficient/elegant way to get to the result I need?
I have a multi-table Access 2010 database that I'm working with. The setup is like so:
Model Data holds 49 records. PK is ID
ID relates the other tables back to Model Data (with the exception of Weights, that's a standalone table) so essentially you get the Cable, Adapter and Kit for each ID. It should only show 49 records.
In the current setup (splitting the relationships into multiple queries) it shows the requested data, but once I create another nested query or try and manage all the relationships in one query and output the same data it goes haywire and outputs thousands of duplicate records.
The end result will populate the form Cable Information.
What's my issue here? I think this is just a case of my eyes not seeing it and it'll be a d'oh moment
Have I missed something? Is there a better, more efficient/elegant way to get to the result I need?