PROBLEM: my query has duplicate because my group by itself is not unique... I want it to use BOTH to create unique items. And I need ALL the items in the groups table (even if there isn't s record in the other query)
I am new to access and understand the basics (no programming skills yet). I have a table of "groups". The primary key is TWO fields (group and district). I want to link it with a two queries and bring the data together. The problem is that for the groups that are in two districts, it's doubling the #'s. It doesn't seem to be using BOTH as the primary, only the one join (groups). I can't figure out how to tell it to use BOTH the group and district to select the information. The join properties only let's me select one... I've attached a picture of what I've done.