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 Shaun E 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: LittleTime
  • Content: Threads
  • Order by date
  1. LittleTime

    One DataGrid and Two Tables that I need to update

    First is there a way to have two tables update that are populating one datagrid? It seems to bug out at : Dim objDS as DataSet = New DataSet() objDA.Fill(objDS, "Cutomers") objConn.Close() How can I use objDA.Fill for customers and orders? Thanks for your help! If you need...

Part and Inventory Search

Back
Top