View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Recordset Searches

What kind of cursor are you using?

--
Tim Williams
Palo Alto, CA


"James McDowell" wrote in message
...
I have created a connection using a DSN and then Opened a recordset.

The queries is running fine, but I have lost the ability to .FINDFIRST or
.FINDNEXT

What else can I use? I have written a loop to test for my condition, but it
is not running nearly as fast when i was able to .FINDXXX

Any thoughts?

Thank you,
Jim