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 SkipVought 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. Shiznaw

    Populating a Range from a Recordset - MS Access VBA

    This is the fastest way I've found to populate a range from a DAO.Recordset without having to move thru the recordset via a For Next Loop. Public Sub Trial() Dim rng as Range Dim wrksht as Worksheet Dim rst as Recordset (DAO.Recordset) Dim strSQL1 as String strSQL1 = "SELECT [TABLE].* FROM...

Part and Inventory Search

Back
Top