I'm having an intermittent problem with one SQL query.
Dim GetDN As DAO.Recordset
sSQLStmt = "SELECT ..."
Set GetDN = LeaseDB.OpenRecordset(sSQLStmt)
If GetDN.BOF = False And GetDN.EOF = False Then
GetDN.MoveFirst
Do While Not GetDN.EOF
<code...>
GetDN.MoveNext '<-------- Error s1010 Function...
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.