CopyObject Error

EddiRae

Registered User.
Local time
Today, 12:22
Joined
Aug 4, 2007
Messages
53
I have an application that is creating pivot tables for multiple users from a base form. This form is copied to create the users pivot form with their name as the form name.

What is happening is that if a user has the database open and has his form open, the next user gets an error on the copyobject:

The error I get is error 2501 - The CopyObject action was canceled.

The command is as follows:
DoCmd.CopyObject , strFlagChartName, acForm, "pvtFlagChart"

Is there a way to be able to do this?

Thanks for your help in advance.
Eddi Rae
 
Yes. The only thing is that the form is on the Front End. Should I have it on the back end?
 
No ... They are using the same front-end on the server. Is that where I am going wrong?

If I have changes to the front-end, how will all the users get the latest version?
 

Users who are viewing this thread

Back
Top Bottom