I have used the following previously to open a query in Access and then copy the data to a holding sheetrsQuery.Open strQuery, cnConnection, adOpenKeyset, adLockOptimistic
I now need to use the same but stop anyone else from getting any of the records that are in the recordset so effectively...