Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Expanded Conditional Formatting Question

Status
Not open for further replies.

puforee

Technical User
Oct 6, 2006
741
US
I have a record with multiple fields. One field is a date field. I have assigned conditional formatting based on the date that, when conditions are met, the field is formatted for Red Text. I would much rather have all the fields in the record formatted as red if the date condition is met.

I assume I will have to use code instead of conditional formatting...but how can I do this.

Thanks,
 
Ahhhh, yes I could do that but maybe some event code will also work (on open or something like that)....I will keep looking.

Thanks for the idea.
 
If the form is in Single View you can use code, but if it is in Continuous View or Datasheet View (as our post suggests) you can only use Conditional Formatting from the Format Menu.

You can speed up this, using []Condition Is[/b], as suggested, by selecting all of the controls, then entering the CF, rather than doing it one control at a time.


The Missinglinq

Richmond, Virginia

There's ALWAYS more than one way to skin a cat!
 
Thanks for the Ideamissinglinq. I think you just skinned my cat.
 
Glad we could help!

The Missinglinq

Richmond, Virginia

There's ALWAYS more than one way to skin a cat!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top