J
JOM
I have the following IIf statement in my Query:
CompOnTime: IIf([tblTaxDoc]![TaxDocName]="W2" Or "1099" And
[tblBorrower]![RqstDateRcvd]-[tblTaxDoc]![TxDocDateRcvd] <=10,"On
Time","OutStd")
How do I add another group to the above i.e., if Document Name 1040's [Rqst
Date] - [Date received] <= 2 "on time", otherwise "outstd"
CompOnTime: IIf([tblTaxDoc]![TaxDocName]="W2" Or "1099" And
[tblBorrower]![RqstDateRcvd]-[tblTaxDoc]![TxDocDateRcvd] <=10,"On
Time","OutStd")
How do I add another group to the above i.e., if Document Name 1040's [Rqst
Date] - [Date received] <= 2 "on time", otherwise "outstd"