Listbox Conditional Formatting

D

DS

Is there anyway to change the color of the font in a record based on a
condition, I have it working kinda but it changes every record in the
listbox based on my selection. I need it to do so automatically.
Thanks
DS
 
D

Douglas J. Steele

I don't believe it's possible (although you could take a look at what
Stephen Lebans has as http://www.lebans.com in case I'm wrong)

One option may be to use a subform instead of a listbox.
 
D

DS

Douglas said:
I don't believe it's possible (although you could take a look at what
Stephen Lebans has as http://www.lebans.com in case I'm wrong)

One option may be to use a subform instead of a listbox.
I found something there about conditional formating on a true/false
statement, but I can't figure out the code thing to stop the control
from becoming enabled...
Thanks
DS
 
Top