I am sorry ,I did not understand.
Here is what my formuae looks like:
I have placed @date in details and then summarized on Max. (Max @date is in group footer now)
@date
If isnull(datefield) then ' ' else
totext(datefield, 'MM/dd/yyyy')
Now i have to display the summarized dates which is a text now based on colors.
Here is my backfround color formula
if Max(@date, query1) < totext(printdate, 'MM/dd/yyyy') then Crgreen else Crwhite.
This formula however doesnt calculate the date logic . Itried to test it by just displaying year yyyy and it works , as soon as month or date comes the formula it does not color based on th econdition.
I dint get your response on 2 formula.
Thanks