Message - Object does not contain automation object

D

Dave C

I have an option group on a form that has 26 command buttons, one each for a
letter of the alphabet. When a button is clicked a macro is called that
filters the surname in the underlying query for the letter selected thereby
allowing the user to display records with the surname of a particular letter.
I have loaded the database to a machine running access 2003 (it was formerly
on 2000) and I’m getting the following message.

“Object does not contain the automation object recordsetcloneâ€

Looking through the macro the only reference I can find to recordsetclone is
detailed below.

Condition: [RecordsetClone].[RecordCount]=0
Action: MsgBox
Comment: If no records are returned for the selected letter, display a
message.

Any suggestions and help as to what the problem is and to its remedy would
be greatly appreciated.

Thanks … Dave
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top