JimS said:
John, I'll accept that I'm completely full of cr*p (it's happened before...),
but when I refer to the date, do I refer to the text box containing it, or
the "Me.DateColumn" reference to the form's control source recordset?
Though there are definitely differences between a field and a control
(and the fact that Access deign to name control after the field doesn't
help the matter at all but I digress), for most parts reference to
either values will work. (There may be times where you need to
specifically refer to one or other, but this isn't a case where this
actually matter)
Conditional format is just "special" in that it works for each row
individually, unlike other cases like using unbound controls.
As John said, try it.