G
Guest
Hello:
I have a report based on a query which calculates date difference and shows
it as count of days as follows:
txtDateDiff: DateDiff("d",[ReceivedDate],[DateCompleted])
I would like to print a summary somewhere at the end of the detail report
which whould show me how many records I have with:
1 days eg. 10
2 days eg. 4
3 days eg. 5
4 days eg 4
Your help would be appreciated.
Thanks.
I have a report based on a query which calculates date difference and shows
it as count of days as follows:
txtDateDiff: DateDiff("d",[ReceivedDate],[DateCompleted])
I would like to print a summary somewhere at the end of the detail report
which whould show me how many records I have with:
1 days eg. 10
2 days eg. 4
3 days eg. 5
4 days eg 4
count records with more then 4 days eg. 50
Your help would be appreciated.
Thanks.