I was wondering if
this means.......
If the current date (Date()) is greater than the DateAdd- which is a combination of the day, Date Generated, and # of days = yes this it is deliquent otherwise it is not?
Code:
Delinquent: IIf(Date()>DateAdd("d",[Date Generated],[# of days]),"Y","N")
this means.......
If the current date (Date()) is greater than the DateAdd- which is a combination of the day, Date Generated, and # of days = yes this it is deliquent otherwise it is not?