dennis9988
IS-IT--Management
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 ADO.
Thanks
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 ADO.
Thanks