Align data in List Box columns

K

Kelvin

You can't change the way a list is displayed. All list boxes and combo
boxes align the data to the left. It would look very odd if you had it
aligned to the center or right. If you really want to make it look like it
is aligned differently, you can try changing your list box to a continuous
subform with a text box aligned the way you want. Then code it so that when
that text box is clicked, the value is pasted into a hidden text box on the
main form.

Kelvin
 

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