G
Guest
I have the following dsum statement on my report but am getting an error on
my report and am not sure why.
Its supposed to count CRqsts if expr1 is c<48 for each employee!
DSum("[CRqsts]","qryTrack","[expr1] ='" & "c<48" & "And [EmpID] =" & [EmpID])
my report and am not sure why.
Its supposed to count CRqsts if expr1 is c<48 for each employee!
DSum("[CRqsts]","qryTrack","[expr1] ='" & "c<48" & "And [EmpID] =" & [EmpID])