Hi,
I have a simple Access 2000 database and DAO 3.6 Library and I need get a record count from a existing query. But at run time I got an error:
OpenRecordset error '3061' Too few parameters. Expected 2.
Here is the code:
Dim db As DAO.Database
Dim rs As DAO.Recordset
Set db =...
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.