I've opened a recordset based on a pass through query which pulls all the records back from a SQL table
eg.
Set rs1 = ThisDB.OpenRecordset("passthroughquery1", dbOpenSnapshot, dbSeeChanges)
The problem is when I try and requery the recordset later on I get a:
"Operation is not supported for this type of object error".
Has anyone got any suggestions?
eg.
Set rs1 = ThisDB.OpenRecordset("passthroughquery1", dbOpenSnapshot, dbSeeChanges)
The problem is when I try and requery the recordset later on I get a:
"Operation is not supported for this type of object error".
Has anyone got any suggestions?