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 Chris Miller 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: grohl
  • Order by date
  1. grohl

    recordset order problem

    I use the following script to get data from an MS Access database: Set rs = Server.CreateObject("ADODB.Recordset") sSQL = "SELECT DISTINCT name, SUM(hits) FROM tablename GROUP BY name" rs.open sSQL, cn, 3, 3 What I would like to do is order the results by...

Part and Inventory Search

Back
Top