I am using microsoft access or doing anything related to databases for the first time for my dissertation, can't get my query to work because the end result has alot of duplicates of table three
Table one : 1234abcd
table two : 1234 efcg
table three: 1234 hijk
I am using a query with one - two - three joined together. all 3 tables shares the fields 1234, but i can't just join them by just 1 object each because there are so many so i have to join them by all 1234 to avoid duplicates.
What i need for my final product is 1234 from table one, ef from table two, and hijk from table three. When i do run the query however, 1234ef are all uniques, but some row values of hijk are duplicates. I have tried swapping the order and such for like 4 hours but i can't fix this problem. Might sound confusing as heck, i found it confusing just reading this text i typed but i dont know how to word it better. Below is a screen shot.
"imgur.com/a/W2Kz7"
Thanks
Table one : 1234abcd
table two : 1234 efcg
table three: 1234 hijk
I am using a query with one - two - three joined together. all 3 tables shares the fields 1234, but i can't just join them by just 1 object each because there are so many so i have to join them by all 1234 to avoid duplicates.
What i need for my final product is 1234 from table one, ef from table two, and hijk from table three. When i do run the query however, 1234ef are all uniques, but some row values of hijk are duplicates. I have tried swapping the order and such for like 4 hours but i can't fix this problem. Might sound confusing as heck, i found it confusing just reading this text i typed but i dont know how to word it better. Below is a screen shot.
"imgur.com/a/W2Kz7"
Thanks