Operation invalid without a current index

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does anyone know what this means.

I get this error message when I try to run a query imported into a Access
2003 mbd from a '97 mdb.

The query is a select query that pulls information from tables in the .mdb
and linked tables from the Oracle server.
 
I answered your question on the 8th, in the Conversion newsgroup.

That error message is the result of an attempt to call the Seek method of a
Recordset object without first setting the Index property.
 
Back
Top