List/Combo box formating

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

Guest

Hi

I have a combo box based on a sql statement returning more that one column.

One of the columns is numeric (###,###.##). Is there a way to right align
this column? Currently every column is left aligned which is fine for text
but makes for a rather messy and difficult to read number column.

Thank you for the help!
 
Thanks very much; it works perfectly - almost.

So long as I enter use the function in my rowsource property (that is, from
the form design I enter it in) it works. However, if I change my rowsource
through code (which I do as sort of a customized filter) all I get is blank
values for the field that I call the function from.

Any suggestions?
 

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

Back
Top