vb6 and databases

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gttby
    New Member
    • Feb 2007
    • 13

    vb6 and databases

    anyone knows how to link a selection list fields to ms access database
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by gttby
    anyone knows how to link a selection list fields to ms access database
    Put a data control on your form. Connect it to the database. Add a listbox (or combobox) control. Set the DataSource property to point to the data control.

    That's one way.

    Comment

    Working...