Stevehewitt
IS-IT--Management
Hi Guys,
I'm trying to get a field to add up how many records are in the details sections based on on the following:
I have a open form where two date ranges are entered in; if the DateIn field has data between these ranges I need this field on the report to add up how many records there are.
What am I doing wrong!?
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson
I'm trying to get a field to add up how many records are in the details sections based on on the following:
Code:
=Abs(Sum([DateIn]=Between [Forms]![frmReportDateSpecific]![txtStartDate] And [Forms]![frmReportDateSpecific]![txtEndDate]))
I have a open form where two date ranges are entered in; if the DateIn field has data between these ranges I need this field on the report to add up how many records there are.
What am I doing wrong!?
Cheers,
Steve.
"They have the internet on computers now!" - Homer Simpson