Listbox Tricks

  • Thread starter Thread starter Robert Taylor
  • Start date Start date
R

Robert Taylor

Hello,

I am working on a form with a listbox and want to know is
there any way to have different font characteristics for
different lines in the listbox.

For instance can I change font colors between lines in the
list box, or bold some lines and leave some lines normal?
So far, any changes I make to the listbox affect the
entire box. Does anyone know of any code or tricks that
can be used to make listbox displays more flexible?

Thanks.

Robert
 
Robert,

I don't think this can be done with the listbox control that come with
Access. You may be able to purchase an ActiveX control that will do this.

Josh
 
Cannot be done with the standard Access Listbox control. Use a SubForm
with Conditional Formating setup to resemble a listBox.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
In this instance at least, a subform will not easily work.

Thank you though.
Robert
 
Back
Top