ADO 3265 QUERY?(編號:8667)

DIM RS AS NEW ADODB.RECORDSET
DIM CN AS NEW ADODB.CONNECTION
CN.OPEN ....
rs.CursorLocation = adUseClient
rs.Open Str1,Cn,adOpenStatic,adLockBatchOptimistic, adCmdText
執行至
RS.FIND "AA = 'CC'"
就出現
3265
Item cannot be found in the collection corresponding to the requested name or ordinal
不知如何解決?