Macro error 2950 after pushing to SharePoint

Joined
May 7, 2012
Messages
1
Reaction score
0
Hello,

I'm having a bit of trouble with one of my named macros after publishing the database to SharePoint.

I have 3 tables: "Users", "Tasks", and "Metrics". The macro is associated with the "Metrics" table and is designed so that when I delete a user or a task from their respective tables, the macro goes through the Metrics tables and deletes all records related to that user or task.

The macro is invoked by a button on one of the forms. The macro was working fine when the database was being run locally, but after publishing to SharePoint I get a "Failed to start macro" error. The next window displays "Error Number: 2950".

The USysApplicationLog displays 2 errors:
  • -4002: Failed to start macro
  • -3204: Failed to iterate over table 'Metrics'

I've had no luck figuring this one out myself, and I've tried researching the issue online to no avail. Any help is much appreciated!

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