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
Scott McDaniel - 31 Jul 2007 11:10 GMT
>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
Not with native Access methods, no, but Stephen Lebans has a project that does this:
http://www.lebans.com/justicombo.htm
Scott McDaniel
scott@takemeout_infotrakker.com
www.infotrakker.com
KARL DEWEY - 31 Jul 2007 16:50 GMT
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"

Signature
KARL DEWEY
Build a little - Test a little
> 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