BackGound color based on matching values

D

Diggsy

Hello,
I have a crosstab query that I eventually convert to a web page. My question
is that is it possible to have the background of a cell changed to a certain
color if there is a matching value for that row. for instance if there is
more than one "Bob Jones" in a row. I would like the background of that cell
to be RED. Any help would be appreciated.

Chris
 
M

Murray

You would need to do this server-side by examining each field as it is
pulled from the database, and setting a CSS style on the row if it pulls a
duplicate - assuming that's how you are doing it.
 
Top