Hi Guys,
I'm using the DCount function to count the number of records in a query where one date/time field is greater than or equal to another date time field and am getting the error below...
"The expression you entered as a query parameter produced this error: 'Microsoft Office Access can't find the name 'InHomeDate' you entered in the expression'
This is how I'm using the DCount function...
DCount("contact_id","Qry_CPC_FDFactor_Calls","[start_date]>=[InHomeDate]")
Before you ask, InHomeDate is definitely a field in the query, Qry_CPC_FDFactor_Calls.
Any help would be greatly appreciated.