db combo box

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rohit Sharma
    New Member
    • Sep 2007
    • 1

    db combo box

    i want to show the data in combo box to the another table how i show the data to 2nd form to table of first form
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Please post your question clearly.

    Comment

    • csenasa
      New Member
      • Sep 2007
      • 10

      #3
      Originally posted by debasisdas
      Please post your question clearly.

      form2.comboBox2 .text = form1.comboBox1 .text

      loop this statment untill the listcount if u want to add all the items in the combobox

      Comment

      Working...