Formatting in a List Box

J

JoeGriffin

I am using a list box to list some transactions and I would like to
formta my listbox in such a way as to get the Text left aligned and the
numbrs right aligned. How can I do this ?
 
A

Albert D. Kallal

There is a few solutions, one is to check out Stephens site:

Functions to center and right justify data for List and Combo Boxes.
http://www.lebans.com/justicombo.htm


Another good solution is to simply dump the use of the listbox, and simply
use a continues sub-form. However, you don't have multi-select, but it you
don't need that, then using sub-forms is nice, since you get all of the
regular formatting you want.

Here is some screen shots of what I mean:
http://www.attcanada.net/~kallal.msn/Articles/Grid.htm
 

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