K
Karen
I'm trying to create a report that will prompt the user for a date. The
date needs to be used as part of the expression that follows.
=DCount("[reference]","[ComplaintReturn]","([ReturnCat]='Meter Repair' or
[ReturnCat]='Meter Check/Clean/Calibrate' or [ReturnCat]='Meter
Exchange/Upgrade') and [recdate] = date$() and [repairship] is Null")
I want the user to be able to enter yesterdays date or todays date,
depending on when they are running the report and get the number of records
with that date in the [recdate] field. So i want to replace 'and [recdate] =
date$()' with something to do that.
Any suggestions?
Karen
date needs to be used as part of the expression that follows.
=DCount("[reference]","[ComplaintReturn]","([ReturnCat]='Meter Repair' or
[ReturnCat]='Meter Check/Clean/Calibrate' or [ReturnCat]='Meter
Exchange/Upgrade') and [recdate] = date$() and [repairship] is Null")
I want the user to be able to enter yesterdays date or todays date,
depending on when they are running the report and get the number of records
with that date in the [recdate] field. So i want to replace 'and [recdate] =
date$()' with something to do that.
Any suggestions?
Karen