Search results for query: *

  1. E

    input data to a combobox or textbox and display to another

    HI, I want to know how can I do the following: 1.- I have a database with different tables: -employees (the "master table") it has empID, name and date of birth. -address (empid, address, numer, etc etc) -family (empid, name, date of birth, and family relation(mother, wife, etc)) -additional...
  2. E

    How to clear combobox item collection

    Great, that's exactly what i was looking for, thanx a lot, a variable to contain the index value, that's what I wasn't considering... thank you!!
  3. E

    How to clear combobox item collection

    sorry i didn't explain well, when i bind it so it shows the data of my table i am adding records ("table1"), it has no problem showing the data combobox 1 and 2, also i can navigate and it changes automatically as you say; now, when I want to add a new record, I clear the data so I can add a new...
  4. E

    How to clear combobox item collection

    I want to do something similar... I have 2 combobox, in one database i have 2 columns ("id" and "name"), each one binded to its respective combobox(cboid and cboname); what i want is when i select one id from the cboid, automatically make the cboname show that id's name... I have no idea how...
Back
Top