I am currently using this on the report which is attached to my query:
=DCount("[Patient Type:]","metroQ","[Patient Type:]='Level 1 Care Coordination'")
and this is working correctly. However if I add this to my query so that you can manually enter the date for the report I get #error on the report.
Between [Enter Date 1] And [Enter Date 2]
The Query works fine as a stand alone and the Report works as a stand alone. I guess my question is is there something I can add just to the Dcount expression that acts like the above query where the dates can be manually entered each time the report is ran?
Thanks in advance!
=DCount("[Patient Type:]","metroQ","[Patient Type:]='Level 1 Care Coordination'")
and this is working correctly. However if I add this to my query so that you can manually enter the date for the report I get #error on the report.
Between [Enter Date 1] And [Enter Date 2]
The Query works fine as a stand alone and the Report works as a stand alone. I guess my question is is there something I can add just to the Dcount expression that acts like the above query where the dates can be manually entered each time the report is ran?
Thanks in advance!