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

Using highlighting expert

Status
Not open for further replies.

fortune

Technical User
Oct 31, 2001
14
US
HI
Is there any way of highlighting values other than numeric.The highlighting expert allows one to do it for numeric values .How does one highlight it for character values
Thanks in advance
 
Highlighting is only available on numeric and currency fields.

You can achieve the same effect on a string field with conditional formatting. Select the field, select the format property you want to control, click the x-2 button beside it, and write a formual to control the property

if {table.field} ="CA" then Red else Blue
(sort of thing...)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top