I'm going through a bit of a learning curve on my first MS Access 2003 app with SQL 2000 data source.
I've worked my way through various index requirements, but now I'm opening the data in VBA via a OpenRecordset.
I found the .Index and .Seek will not work with a OpenRecordset type dbOpenDynaset.
I guess my question is ...Is there a good place to reference sample code of opening a recordset and doing a findfirst or index/seek that works well or quickly. Also how to open a recordset when the table has an Identiy in VBA code?
Thanks for the advice!
I've worked my way through various index requirements, but now I'm opening the data in VBA via a OpenRecordset.
I found the .Index and .Seek will not work with a OpenRecordset type dbOpenDynaset.
I guess my question is ...Is there a good place to reference sample code of opening a recordset and doing a findfirst or index/seek that works well or quickly. Also how to open a recordset when the table has an Identiy in VBA code?
Thanks for the advice!