D deb May 27, 2004 #1 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.
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.
F fredg May 27, 2004 #2 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. Click to expand... I don't believe so, but if anybody has done it it will be Steven Lebans. Check here: http://www.lebans.com
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. Click to expand... I don't believe so, but if anybody has done it it will be Steven Lebans. Check here: http://www.lebans.com
S Stephen Lebans May 27, 2004 #3 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.
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.
Z z80 Joined May 14, 2008 Messages 1 Reaction score 0 May 14, 2008 #4 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
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