View Full Version : Problem with FINDFIRST


harrisw
07-22-2004, 02:33 AM
I keep getting "operation not supported for this type of object" for the code below.

Any ideas

strURN = rsOriginal(0)

rsNewDirs.FindFirst "[fieldname] =" & strLocURN

Thanks in advance

dcx693
07-22-2004, 06:40 AM
How is rsNewDirs defined?

harrisw
07-22-2004, 06:46 AM
Just found out that I needed to open the recordset as a dynaset as the default is table only.

Thanks