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
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