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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

conditional formatting text result of formula

Status
Not open for further replies.

Matt27

MIS
Jun 2, 2004
59
GB
I have a formula which returns a text result. I want to be able to make this field bold or not depending upon the result of it. How do I get the conditional formatting on this text field?
 
Right click on the field->format field->font->style->x+2 and enter something like:

if currentfieldvalue = "ABC" then crBold else crRegular

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top