Wednesday, November 16 2005: Conditional Formatting
It took a little fucking around to get right, but I got Microsoft Access Conditional Formatting to format the contents of one Textbox based on how the value in a Label compares to a different value in a Textbox.
Expression Is: CDate([DateFlag].[Caption])<[ChangeDate]
One quirky thing to notice is that you have to reference the Caption property of the Label, but just reference the Textbox itself.