G
GaryDennis
Using Access 2000, I am trying to make query for production based upon two
variables; "Location" and "Employees." Each location and each employee is
assigned to a specific market, and the location and individual could be in
the same market. I created an inner join, trying all possible combos of join
type, on the common field of "market," but I keep getting the query that
shows every record for individual production by market along with every
record for location production by market (or some variation depending upon
the join) So, if I have one employee, and one location, my query shows the
employee and production, then location production which also includes the
employee's production again. This is what the query result looks like:
Market employee location Employee production
Location Production
LA Jones 5
LA Mid City 5
100
Any assistance is greatly appreciated. Thank you.
Gary
variables; "Location" and "Employees." Each location and each employee is
assigned to a specific market, and the location and individual could be in
the same market. I created an inner join, trying all possible combos of join
type, on the common field of "market," but I keep getting the query that
shows every record for individual production by market along with every
record for location production by market (or some variation depending upon
the join) So, if I have one employee, and one location, my query shows the
employee and production, then location production which also includes the
employee's production again. This is what the query result looks like:
Market employee location Employee production
Location Production
LA Jones 5
LA Mid City 5
100
Any assistance is greatly appreciated. Thank you.
Gary