rotate a listbox sideways???

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.
 
S

Stephen Lebans

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.
 

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