Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / General 2 / July 2007

Tip: Looking for answers? Try searching our database.

Column Alignment in a combo box!

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Bob V - 31 Jul 2007 06:51 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
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.