Listbox with huge number of rows

  • Thread starter Thread starter mscertified
  • Start date Start date
M

mscertified

My app has a listbox that displays a huge number of rows (several thousand)
for multi-selection. I'd like some way to position based on the first letter.
Is there a good way to do this?
Thanks.
 
It may be possible to use the KeyPress event of the list box, but it sounds
like a really horrid interface.

Might be better to use a temp table (for the selected options), with a
subform for selecting them.
 
Back
Top