RecordsetClone Error

  • Thread starter Thread starter GB
  • Start date Start date
G

GB

After a recent automated MS update, I now get an error message in a MS Access
DB when I try to run a filter command:

"The object doesn't contain the Automation object 'RecordsetCLone'."

The filter runs properly after I click OK, but I need to get rid of the
error message. Please help.
 
Which version of ACCESS? What was updated by the "automated MS update"? What
code are you running?
 
Ken, the ACCESS version is 2003 (11.6566.8132) SP2. I'm not sure what was
updated. I only know that if I reduce the Security settings to the lowest
levels, the error message goes away. I prefer not to do that though. It's a
Visual Basic code.

Thanks for your help.

George


:

Which version of ACCESS? What was updated by the "automated MS update"? What
code are you running?
 
Tell us more about how you're doing the automated filter? By code? By ways
built into ACCESS?
 
Ken, it's a built-in Access code that filters the names in a form (using the
last name field) based on a control button that has all the letters in the
alphabet in it.
 
Post the VBA code that is in the form so that we see what the code steps
are. Identify which code procedure is the one being run for your autofilter
step.
 
Back
Top