Max Limit for Values in List Boxes and Combo Boxes in Outlook forms

  • Thread starter Thread starter David
  • Start date Start date
D

David

Folks, a user is setting up a form. She wants to have several combo
boxes and list boxes with between 75 and 300 (yes, 300 -- that's not a
typo!) possible values in the combo box or list box. Before she starts
work on this, she would like to know if there is a limit on the number
of possible values for a combo box or a multi-select list box.

Is there a limit? Is it defined by the number of characters in the
values box, or the number of actual values? What is the limit? Any help
here would be appreciated. Thanks.

David
(e-mail address removed)
 
I've had listboxes with over 15,000 items in them. I don't think there is
any kind of limit. This normally happens when populating a listbox from a
database.

John
 
Back
Top