Problem with macro

C

Craig

Any help appreciated.

Our organization went from Access 2002 to Access 2003.
when running my macro in the 2003 version, it stops and
states that "you dont have the license required to use
this ActiveX control"

It hangs up on a "Set Value" macro action:

item: [Forms]![xyz]![cnt],
expression: [Forms]![xyz].[RecordsetClone].[RecordCount]

I think it has something to do with [RecordsetClone].
[RecordCount]

we have a valid license and it still works fine in the
2002 version but not in Access 2003...what can I do to
make the set value action work in this macro? (or to get
the activex control??)

Thank you!!!!!!!!!
 

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