J
JOM
I have a report that has 2 different dates in it. The first date is used to
group the report which is the date an order was rcvd while the other is a
date that they enter if they complete. What I would to is count how many
records for each day that do not have the the completed date.
The following is my dcount but it has the wrong results as it counts
everything in the table instead of that date only.....
e.g.,
=Abs(DCount("[OrderID]","tblOrders",[Dcomplete]=Null & "[Rcvddate]=# " &
[Rcvddate] & "#"))
group the report which is the date an order was rcvd while the other is a
date that they enter if they complete. What I would to is count how many
records for each day that do not have the the completed date.
The following is my dcount but it has the wrong results as it counts
everything in the table instead of that date only.....
e.g.,
=Abs(DCount("[OrderID]","tblOrders",[Dcomplete]=Null & "[Rcvddate]=# " &
[Rcvddate] & "#"))