jpkeller55
Technical User
I have a report called LeadTimeRpt based on a query called ShipDifferencAll. The query calculates the difference between two dates. I would like to print on the report the count of all the date differences that are 0 or 1 (ie <2). I am using the following statement but get ERROR as a value
I appreciate any help getting this solved.
Thanks, JPK
Code:
=DCount([PrintDiffDays],"LeadTimeRpt",[PrintDiffDays]<2)
I appreciate any help getting this solved.
Thanks, JPK