Hey all,
Is it possible to subtract dcount from dcount in a query? I am so far unable to do this.
My code looked like this:
Expr4: DCount("[Index]", "tblGPR", "[tblGPR]![ReceivedDate]") - DCount("[Index]", "tblGPR", "[tblGPR]![ClosedDate]")
I would prefer to have something like this:
Expr4: CountofClosedDate - CountofReceivedDate
Thanks!
Is it possible to subtract dcount from dcount in a query? I am so far unable to do this.
My code looked like this:
Expr4: DCount("[Index]", "tblGPR", "[tblGPR]![ReceivedDate]") - DCount("[Index]", "tblGPR", "[tblGPR]![ClosedDate]")
I would prefer to have something like this:
Expr4: CountofClosedDate - CountofReceivedDate
Thanks!