Get more than one line per item in list box?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using a query to generate results that are longer than the width of the
list box on my form. Is it possible to get a list box to do a "word-wrap" and
continue on the next line? I've tried using LF CR but all I get is the first
part. If it is not possible, is there another control like the list box that
allows this. I've tried using a continuous subform, but I can't select just
one item like I can with a list box.
 
No it's not possible Jeff.
The reccommended approach is to setup a SubForm to resemble a ListBox
control.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Thanks, Stephen. I wasn't sure if you had "conjured" up such a feature, but
a subform certain seems like it would work.

Jeff
 
Back
Top