B
Bob V
Overdue: IIf((DateDiff("d",[MyDate],Date()) Between 30 And 60) And
([Payable]>1),"1 Month",Null)
How would I add theses 3 expressions into the expression
above.............Thanks for any Help.........Bob
Between 60 And 90) And ([Payable]>1),"2 Months",Null
Between 90 And 120) And ([Payable]>1),"3 Months",Null
Between 120 And 2000) And ([Payable]>1),"3 Months Plus",Null
([Payable]>1),"1 Month",Null)
How would I add theses 3 expressions into the expression
above.............Thanks for any Help.........Bob
Between 60 And 90) And ([Payable]>1),"2 Months",Null
Between 90 And 120) And ([Payable]>1),"3 Months",Null
Between 120 And 2000) And ([Payable]>1),"3 Months Plus",Null