>The following is my Conditional Formatting for field [CurrentBMARDate] in the
>Detail Section of my report; for any fields that are empty or beyond 1
[quoted text clipped - 4 lines]
>
>(IsNull([CurrentBMARDate])) Or ([CurrentBMARDate])<DateAdd("yyyy",-1Date())
=Sum(IIf(IsNull([CurrentBMARDate]) Or
[CurrentBMARDate]<DateAdd("yyyy",-1,Date()), 1, 0)

Signature
Marsh
MVP [MS Access]
Curtis - 24 May 2006 19:27 GMT
Yes, thanks very much for your expertise. It works! Thank!
> >The following is my Conditional Formatting for field [CurrentBMARDate] in the
> >Detail Section of my report; for any fields that are “empty” or “beyond 1
[quoted text clipped - 7 lines]
> =Sum(IIf(IsNull([CurrentBMARDate]) Or
> [CurrentBMARDate]<DateAdd("yyyy",-1,Date()), 1, 0)