List Box

C

C#''er

Is there a way to have multi-line selections in a listbox? Not multiple
selections, but one selection that contains more than one line?
 
R

Rick Brandt

Is there a way to have multi-line selections in a listbox? Not multiple
selections, but one selection that contains more than one line?

It can *contain* more than one line, but you cannot make the ListBox
display anything but the first line.

Substituting a subform might work depending on your needs.
 

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