Field colors

  • Thread starter Thread starter Guest
  • Start date Start date
Us the conditional formatting in your forms or reports and enter the
criteria and the field format you desire.
 
How do I specify? This is a date and I need it to turn red if it is 21 days
pasts the date?
 
How do I specify? This is a date and I need it to turn red if it is 21 days
pasts the date?

On the form, in design view, select the date field.
Click on Format + Conditional formatting
Set the Condition1 drop-down to
Field Value is
In the next box select
Less Than
in the next text box write:
Date()-21
Select the color.
Click OK.
 
Thank you sir.
--
Thomas


fredg said:
On the form, in design view, select the date field.
Click on Format + Conditional formatting
Set the Condition1 drop-down to
Field Value is
In the next box select
Less Than
in the next text box write:
Date()-21
Select the color.
Click OK.
 
Back
Top