Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TomNQ
  • Order by date
  1. TomNQ

    How do I populate a dataGrid from a

    I just completed the same task, in Access all you make is subform, in VB you have to build it from the recordset(rs) or link the rs to the datasource(ds) property. Here's the ds example: Set MSFlexGrid.Datasource = rs.YourRecordSet Replace MSFlexGrid with your grid name. You might want to...

Part and Inventory Search

Back
Top