limiting combo box entry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I know there's gotta be a way to limit combo box entry to only listed items
but I can't figure it out. Please let me know what I need to do. As it is
right now the user can select any items from the combo box but they can also
type directly in the combo box, effectively making the combo box pointless.
Thanks!
 
Don't use a combo box, use a listbox, or set the style property to
fmStyleDropDownCombobox

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
List Boxes don't offer the same usability options as combo boxes. So there's
no way to limit combo box entry to selections from the list? Even with VBA
or something? If I can get the list box to look and work like a combo box
then great but I can't believe there's no way to limit combo box entry.
 
What do they not offer other than edit functionality, and first letter
select?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Actually, once I selected fmStyleDropDownList instead of fmStyleDropDownCombo
it worked just like I wanted it to. Thanks anyhow!
 
That is what I meant even though I said fmStyleDropDownCombobox

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top