I want to use code such as the following from VBA:
set rs1 = db1.openrecordset("tablename",dbOpenTable)
rs1.index = "index1"
rs1.seek....
but no matter what I try it does not want to let me just open the table and seek. I think the ODBC driver does not have that capability.
I tried DAO and...
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.