combo box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Israa Jahanly
    New Member
    • Jul 2007
    • 1

    combo box

    have two combo boxes and a text box on a single form, and I need to make sure that the user selects (or inputs) a response in each control before saving the record. I already searched this site and found someone with almost the same problem, and it is work. but i have after the combo box get focuse the drop down method but it dosen 't work
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    u need to check for listindex of the combobox if the user is selecting from it or else can use the length of the text and the same for the textbox also.

    Comment

    Working...