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

Formula to color field when duplicated

Status
Not open for further replies.

austin22

Technical User
Aug 6, 2007
66
US
I am using Crystal 8.5 and I have data that duplicates the case number periodically. See as follows:

123
456
789
789
789

I want to color or highlight the cases that are duplicated in my data. Please advise.

k
 
if {table.caseno} = next({table.caseno}) or
{table.caseno} = previous({table.caseno}) then
crYellow else
crNoColor

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top