A
andy_42 via AccessMonster.com
I am having a problem with creating employee totals.
I have two tables as follows:
employeesTable:
emp name, locationID, location Name
locationsTable:
LocationID, Location Name
I am trying to create employee totals for the various locations with the
locationID as the relationship.
Essentially,
Select the first locationID from the locationsTable, count the total
employees (in the employee table) based on the selected locationId...and do
the same for all location ID's.
Is there an easy query that can produce what I am attempting here?
Thanks!
I have two tables as follows:
employeesTable:
emp name, locationID, location Name
locationsTable:
LocationID, Location Name
I am trying to create employee totals for the various locations with the
locationID as the relationship.
Essentially,
Select the first locationID from the locationsTable, count the total
employees (in the employee table) based on the selected locationId...and do
the same for all location ID's.
Is there an easy query that can produce what I am attempting here?
Thanks!