T
Tia
Hello,
I am trying to create a payroll data entry.
I am trying to know how many attendance days i have by employee, this
sql is not working because it is not calculating total days, it is
giving me one for each atendance
Ex:
Employee Count of att
1Tia Kareem 1
1Tia Kareem 1
1Tia Kareem 1
SELECT [JANUARY 25-12/24-01 ATTENDANCE].ID, [JANUARY 25-12/24-01
ATTENDANCE].Employee, Count([JANUARY 25-12/24-01
ATTENDANCE].UMWORKINGPERDAY) AS CountOfUMWORKINGPERDAY
FROM [JANUARY 25-12/24-01 ATTENDANCE]
GROUP BY [JANUARY 25-12/24-01 ATTENDANCE].ID, [JANUARY 25-12/24-01
ATTENDANCE].Employee, [JANUARY 25-12/24-01 ATTENDANCE].[Date Worked];
I am trying to create a payroll data entry.
I am trying to know how many attendance days i have by employee, this
sql is not working because it is not calculating total days, it is
giving me one for each atendance
Ex:
Employee Count of att
1Tia Kareem 1
1Tia Kareem 1
1Tia Kareem 1
SELECT [JANUARY 25-12/24-01 ATTENDANCE].ID, [JANUARY 25-12/24-01
ATTENDANCE].Employee, Count([JANUARY 25-12/24-01
ATTENDANCE].UMWORKINGPERDAY) AS CountOfUMWORKINGPERDAY
FROM [JANUARY 25-12/24-01 ATTENDANCE]
GROUP BY [JANUARY 25-12/24-01 ATTENDANCE].ID, [JANUARY 25-12/24-01
ATTENDANCE].Employee, [JANUARY 25-12/24-01 ATTENDANCE].[Date Worked];