Hi,
I have two controls in a form I'd like to base my conditional formatting on. Both are date fields. The first one will turn red if the date is past 42 days. I got that part. I just used Now()+42. But what I need to do next is remove the conditional formatting if the second field is NOT NULL....so once someone enters text into the second field the first date field will not be red. How do I do that?