G
Guest
I have an expression for a query
Reportover: IIf(DateDiff("d",[Due Date],[Rpt Date])>1,1,0)
This works fine except now I have appended some records in which there is a
Due Date for the record but no Rpt Date and it is not adding these to the
total. It works great when there is both a Due Date and Rpt Date.
What do I need to do to account for Rpt Date being blank?
Reportover: IIf(DateDiff("d",[Due Date],[Rpt Date])>1,1,0)
This works fine except now I have appended some records in which there is a
Due Date for the record but no Rpt Date and it is not adding these to the
total. It works great when there is both a Due Date and Rpt Date.
What do I need to do to account for Rpt Date being blank?