SELECT CS.[Agent Name], Count(CS.Score) AS CountOfScore
FROM CS
WHERE (((CS.Score)<85)) AND (DatePart("w",Now()) AS now, Now()-DatePart("w",Now()) AS lastsaturday, Now()-DatePart("w",Now())-6 AS lastsaturdaybeforesunday)
GROUP BY CS.[Agent Name];
Hi, I’m trying to display only 7 day data from table. But I’m getting error while doing this please help me.
Thanks.
Sent from my iPhone using Tapatalk