I'm updating a database that was created in an older version.
In that database, I had created a recordset in order to perform some searching through a table, etc.
Before, I successfully used the pattern:
Dim dbs as Database
Dim rstX as Recordset
Set dbs = CurrentDb
Set rstX =...
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.