View Single Post
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

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)


"tjb" wrote in message
...
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!