How do I wrap text in a list box?

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

Guest

I have a report in Access that contains several list boxes populated by query
results. These results are several lines long, but won't wrap in the list
boxes in the print preview view. Any ideas?

Thank you!
 
I have a report in Access that contains several list boxes populated by query
results. These results are several lines long, but won't wrap in the list
boxes in the print preview view. Any ideas?

Thank you!

You can't wrap list box text.

If this is a problem, then you might try a small continuous sub-form
instead of a list box.

Or, perhaps a Combo box instead. Size it tall enough and you can
display more than one line AFTER you have selected an item (but the
drop-down list portion will still be just one line).
 
Back
Top