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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.