Operation invalid without a current index

D

De Veloper

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.
 
B

Brendan Reynolds

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.
 
Top