Hi all,
Not having much luck here. Trying to dsum using:
vInPut430TarsSun = Nz(DSum(“[Input 430 TARs]”, “tbl_Inputs_Outputs”, “[badge number] = ‘” & Forms![frm_Report_Criteria]![vEmployee] & “‘ and [Activity Date] = #” & vSun & “#), 0)
getting syntax errors. I tried searching on topic but could not locate example of combining this criteria.
I got this:
vInPut430TarsSun = Nz(DSum(“[Input 430 TARs]”, “tbl_Inputs_Outputs”, “[Activity Date] = #” & vSun & “#”), 0)
to work, but cannot complete with additional criteria.
Any help would be appreciated.
Thank You