rotate a listbox sideways???

  • Thread starter Thread starter dhendrickson
  • Start date Start date
D

dhendrickson

I would like to rotate a listbox sideways so that the
listbox entries run left to right and each entry reads
bottom to top.

Any ideas??

Perhaps there is an ActiveX control that would do
something similar?

The list box contains 20 items. One thought was to create
20 textboxes and place them side by side - but this would
be cumbersome to code and the text would still be
horizontal.

Thanks.
 
You cannot do this with an Access ListBox. Perhaps a Subform made to
resemble a ListBox with the Vertical property set to True for the
TextBox controls.

--

HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
 
Back
Top