F
Fiachra
Hi
I currnelty have the following query
SELECT Employee1.INumber, Employee1.Name, Employee1.WC,
Count(WorkShopEmployee.WorkShopID) AS CountOfWorkShopID, Employee1.WC
FROM Employee1 INNER JOIN WorkShopEmployee ON Employee1.INumber =
WorkShopEmployee.INumber
WHERE (((Employee1.WC)=[Forms]![WC Entry Form2]![WC]))
GROUP BY Employee1.INumber, Employee1.Name, Employee1.WC;
This basically gives a count of how many workshops each emoyee in a WC has
attended.
I need now to get a total of all the workshops attended by the empoyees. I
have been struggling with this for a while and Iam just wondering if anyone
can help,
Thanks
Fiachra
I currnelty have the following query
SELECT Employee1.INumber, Employee1.Name, Employee1.WC,
Count(WorkShopEmployee.WorkShopID) AS CountOfWorkShopID, Employee1.WC
FROM Employee1 INNER JOIN WorkShopEmployee ON Employee1.INumber =
WorkShopEmployee.INumber
WHERE (((Employee1.WC)=[Forms]![WC Entry Form2]![WC]))
GROUP BY Employee1.INumber, Employee1.Name, Employee1.WC;
This basically gives a count of how many workshops each emoyee in a WC has
attended.
I need now to get a total of all the workshops attended by the empoyees. I
have been struggling with this for a while and Iam just wondering if anyone
can help,
Thanks
Fiachra