Take out the ability to input values on combo box?

How do I take out the ability to input values on a combo box For instaance, if I want the user to select the month


Answer this question

Take out the ability to input values on combo box?

  • wencey

    Thanks, that helped a great deal. Now, how do i make it default to the first item

  • Irina777

    I had the listbox down right but i had it before i listed all my items.

    What do you mean



  • LilianaNT

    Great, thank you very much for your help. I had the listbox down right but i had it before i listed all my items.

  • ToddGibbs

    in other words, before i put anything in it, i was referencing something that wasn't there yet.

  • m3rLinEz

    Hi

    You can set the property "style" to fmStyleDropDownList



  • David Brenchley

    You can set the ListIndex property to 0 in VBA code

    Combox1.ListIndex = 0



  • Take out the ability to input values on combo box?