Re: Max items in controls: list box; combo box?
Tech-Archive recommends: Fix windows errors by optimizing your registry
"XP" <XP@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6EAAE8CD-FDEF-4254-A02E-F9AD2C9B7542@xxxxxxxxxxxxxxxx
1. What is the maximum number of items that can be listed in a combo box?
2. What is the maximum number of items that can be listed in a list box?
3. If one needs more that the max, what does one do?
Thanks much in advance.
1. 65535
2. Ditto (the list component of an Access combo is actually a listbox)
3. Create more than one control eg:
A combo filtered for A - G
Another filtered for H - N
etc.
.
Relevant Pages
- Re: Multiple If Then Else Statments
... You need to change the control name in two ... If the listbox is multi-select, ... The options for the entry in cboUnit are text strings, ... DoCmd.RunMacro "mcrRunMonthlyInventoryReportDSAC" ... (microsoft.public.access.formscoding) - Re: Cant select Item in a list box
... So each Button simply controls if the corresponding ListBox ... >>> control in regards to the settings saved in the table. ... I have a user control which consists of three buttons, ... >>> Private Sub IntitializeCtls() ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Cant select Item in a list box
... So each Button simply controls if the corresponding ListBox is ... > control in regards to the settings saved in the table. ... I have a user control which consists of three buttons, ... > Private Sub IntitializeCtls() ... (microsoft.public.dotnet.framework.windowsforms.controls) - Re: Value and Text Properties of controls
... I had to create my own custom listbox class object to emulate the ... which then I ran into another bug dealing ... with listbox selections via keyboard method. ... using the default error checking stuff on a control by ... (microsoft.public.access.formscoding) - Re: Option Group: Auto Update
... The option group is definitely maintenance intense. ... the control to a listbox, the listbox automatically populated all of the ... but couldn't get the option button label to populate with the ... (microsoft.public.access.formscoding) |
|