The condition is an expression based on a date field in each record
DateDiff("m","QuoteCreationDate",Now())=0
QuoteCreationDate
:
On Tue, 30 May 2006 23:09:02 -0700, Peter wrote:
I have a continous form, I have selected both combo box and text box and
turned on conditional formatting, which has changed the background colour for
only the combo boxes but not the text boxes.
You haven't stated what the conditions are.
Perhaps the condition is not met for the Text control.
You wish to conditionally format a Date Datatype control if it's value
is the same MONTH as the current month?
Select the Text Control.
Click on Conditonal Formatting.
Set Condition1 to Expression Is
Set the expression to:
Month([QuoteCreationDate]) = Month(Date())