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 / SQL Server / ADP / July 2005

Tip: Looking for answers? Try searching our database.

Combo box initializes blank

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Wes Peters - 26 Jul 2005 22:34 GMT
I have a combo box that uses a stored procedure as a row source.  It always
starts off blank.  How can I have the first item in the list show up
instead?

Thanks,
Wes
giorgio rancati - 26 Jul 2005 23:27 GMT
----
Private Sub Form_Load()

   Me!ComboBox = Me!ComboBox.ItemData(0)

End Sub
----

Ciao
Giorgio

> I have a combo box that uses a stored procedure as a row source.  It always
> starts off blank.  How can I have the first item in the list show up
> instead?
>
> Thanks,
> Wes
Wes Peters - 27 Jul 2005 17:16 GMT
Works great!  Thanks much - Wes

> ----
> Private Sub Form_Load()
[quoted text clipped - 14 lines]
> > Thanks,
> > Wes
 
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



©2008 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.