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 Wanet Telecoms Ltd 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: DaveLondon
  • Content: Threads
  • Order by date
  1. DaveLondon

    Set recordset value as a variable

    Hi there, I'm using Acces 2000 and I currently have working code that moves though a record set: Dim rs As DAO.Recordset Dim db As DAO.Database Dim strSql As String Dim dataitem As String strSql = "SELECT CODE FROM Qry_Unique_Stocks;" Set db = CurrentDb...
  2. DaveLondon

    Loop through Query Records

    Hi there, I'm trying to write a button click module in Access 2000 that will loop through all the records in a query. The code I have so far is: Dim rs As Recordset Dim strSql As String strSql = "SELECT ISIN FROM Qry_Unique_Stocks;" Set rs =...

Part and Inventory Search

Back
Top