J
JOM
I have the following statement
=IIf([TaxDocStatus]<>"Pending",Max([TxDocDateRcvd]),"")
the thing is that when I use this in a report, it give the max date of all
the records but what am really interested in is that it should be for each
borrower [BorrowerID] as they would be different.... Any idea how I can do
that
=IIf([TaxDocStatus]<>"Pending",Max([TxDocDateRcvd]),"")
the thing is that when I use this in a report, it give the max date of all
the records but what am really interested in is that it should be for each
borrower [BorrowerID] as they would be different.... Any idea how I can do
that