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 IamaSherpa 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. aloysiusanon

    Beginning VBA/Access/SQL question

    In order to run a Select Query in VBA I use the following code. Dim Mydbs as database, Myrs a srecordset Set Mydbs= Currentdb Set Myrs=Mydbs.Openrecordset("qrySelect") myrs.Movefirst This "qrySelect" is the name of the query to run (or you could code the query directly in...

Part and Inventory Search

Back
Top