A
AuditorCMM
I have a database that is used to log employee compliants. A query (Details
Qry) is used to summarize all of the compliants within a specified date range
that is entered by the user. I am trying to put together a report that
includes a field that identifies the oldest report still under investigation.
I tried using the following DMin function, but I keep getting an error:
=DMin("[Date of Incident]","Details Qry"," [Action Taken]='Investigation in
Process'")
If I use the same function based on the original table, it works, but not on
the query. Does the above function not work when you are entering your own
date range? Any help would be appreciated. Thanks!
Qry) is used to summarize all of the compliants within a specified date range
that is entered by the user. I am trying to put together a report that
includes a field that identifies the oldest report still under investigation.
I tried using the following DMin function, but I keep getting an error:
=DMin("[Date of Incident]","Details Qry"," [Action Taken]='Investigation in
Process'")
If I use the same function based on the original table, it works, but not on
the query. Does the above function not work when you are entering your own
date range? Any help would be appreciated. Thanks!