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 TouchToneTommy 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: PieSchie
  • Content: Threads
  • Order by date
  1. PieSchie

    Saving Array to Recordset/Table

    Hello There, for performance-enhancement i am unsucsessfully looking for a complement of rs.getRows() to save data from array to a recordset/table without looping through the array, like for x LBound(myArray,2) to UBound(myArray,2) rs.addNew rs!value1 = myArray(0,x) rs!value2 =...

Part and Inventory Search

Back
Top