Listbox with huge number of rows

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.
 
A

Allen Browne

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top