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?
 
L

Linq Adams via AccessMonster.com

In Design View, select the listbox then goto

Properties _ Other and set the MultiSelect Property to either Simple or
Extended. Use Help to find out the difference in the two.
 
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.
 
Top