Listbox questions

  • Thread starter Thread starter Sheldon
  • Start date Start date
S

Sheldon

I have a list box based on a query with 12 columns. Is
there a way

1. to get mouse wheel to scroll up and down in the
listbox?

2. to make a row red based on the value of the elements
in the row?

Thanks
 
It's not possible with the standard ListBox control.
It is possible using a Subform setup to resemble a ListBox control and
ConditionalFormatting.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top