Is there any way to get a DCount in a query? I have a parameter in the query. I keep getting the result of #Error
Here is my formula:
=DCount("[Prospective Documents]","Late",([Prospective Documents]-[Date of Appointment])>1)
My query askes for a start date and end date.
Or can I somehow refer to those two parameters in my formula where clause section???
Here is my formula:
=DCount("[Prospective Documents]","Late",([Prospective Documents]-[Date of Appointment])>1)
My query askes for a start date and end date.
Or can I somehow refer to those two parameters in my formula where clause section???