Skip to content

Instantly share code, notes, and snippets.

@hurricanepkt
Created February 25, 2015 20:28
Show Gist options
  • Save hurricanepkt/e4021c1e0115296c5303 to your computer and use it in GitHub Desktop.
Save hurricanepkt/e4021c1e0115296c5303 to your computer and use it in GitHub Desktop.
Look at the evil I Once Performed
sql = "SELECT aut_id FROM tbl_quote ORDER BY aut_id"
Session("SQL") = SQL
Session("SQLTime") = Now
Call RecordsetOpen(sql)
RS.Movelast
autID = RS("aut_id")
call RecordsetClose()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment