a A Command Button to HIGHLIGHT WOW

N

notic

tHANKS EVERYONE,

oNE THIng, Is is possible to make highlights on the form
view in datasheet view or in tabular view by creating ONe
COMMAND BUTTON to do it?

For example there are many records some are the same in
their values but some are not. I 'd want to highlight only
the different of their values.

112 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
112
113 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
113
114 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
114
 
D

Dirk Goldgar

notic said:
tHANKS EVERYONE,

oNE THIng, Is is possible to make highlights on the form
view in datasheet view or in tabular view by creating ONe
COMMAND BUTTON to do it?

For example there are many records some are the same in
their values but some are not. I 'd want to highlight only
the different of their values.

112 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
112
113 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
113
114 <--HIGHTLIGHT AS IN BACKGROUND "bLUE" AND FONT "WHIHTE"
114

Hmm, go see some of the things Stephen Lebans has done with conditional
formatting at:

http://www.lebans.com/conditionalformatting.htm

I don't *think* he's done exactly what you're asking, but if not, I bet
it could be adapted to the purpose with a little clever programming.
 
Top