Column Alignment in a combo box!

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
 
K

KARL DEWEY

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"
 
Top