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 / Forms / May 2007

Tip: Looking for answers? Try searching our database.

access to available items in combo box

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Masoud - 06 May 2007 07:44 GMT
in my combo box there are around 15000 items, but for accesing to all of them
i have problem because i have to push the arrow bottom of combo box alot and
it takes a lot of time.
Thanks.
Peter Hibbs - 06 May 2007 09:17 GMT
Masoud,

In the Load event of the form enter the following code -

Dim lngCount as Long

   ComboBox.Requery
   lngCount = ComboBox.ListCount
   

Substitute the word ComboBox for the name of your combo box control.

HTH

Peter Hibbs.

>in my combo box there are around 15000 items, but for accesing to all of them
>i have problem because i have to push the arrow bottom of combo box alot and
>it takes a lot of time.
>Thanks.
Douglas J. Steele - 06 May 2007 12:34 GMT
In my opinion, 15000 items in a combo box is far too many to expect your
users to use.

See the alternative Allen Browne has at
http://www.allenbrowne.com/ser-32.html

Signature

Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)

> in my combo box there are around 15000 items, but for accesing to all of
> them
> i have problem because i have to push the arrow bottom of combo box alot
> and
> it takes a lot of time.
> Thanks.
 
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.