Column Alignment in a combo box!

  • Thread starter Thread starter Bob V
  • Start date Start date
B

Bob V

Is it possible to align one column right then the next column left in a drop
down list?
Thanks for any ideas on this......Bob
 
You can massage your fields like this ---
SELECT Primary_Key, right(" "&[Primary_Key],7) &" "&left( [date
open]&" ",11) FROM [Change Requests];

Column Widths 0"; 2"
 

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