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: *

  1. LittleTime

    One DataGrid and Two Tables that I need to update

    When I saw a reply I was hopeful that I might actually have an answer. But the spelling error has nothing to do with the question. I was changing the names of the tables Friday evening trying desperately to have an answer by Monday, because this is important to me.
  2. 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