listbox- row color changes

  • Thread starter Thread starter deb
  • Start date Start date
D

deb

Is it possible to change the text color of an individual
listbox row? I.e. If a numeric field is negative, show
the row in red.
 
Sorry Fred...cannot be done. My standard reply is to use a SubForm setup
to resemble a ListBox and using COnditional Formatting.
:-)
--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
How to set listbox row color

<select size="4" >
<option value="valore" style="color:red;">testo 1</option>
<option value="Valore">testo 2</option>
</
select>
-----------------------------------------------------------
please visit www.20minutemail.com
 
Back
Top