G
Guest
Hi all,
Here's the situation. I recently upgraded my users to Office 2003 from
Office XP (2002). Several of the machines were new and therefore never had
Office XP installed on them. On these machines, the users are receiving a run
time error 2501 whenever they try to open certain forms within the database.
I am not a programmer, so I don't know what the code is supposed to be
doing. I am the network admin and it's fallen to me to try to determine the
solution.
Here's what information I can provide at this time. Please ask about
anything else that may help indentify the problem.
Error message is:
Run-time error 2501
The OpenForm action was canceled.
When I hit the Debug button in the error, it shows the following code:
Private Sub btnFormStats_Click()
DoCmd.OpenForm "FormStats"
DoCmd.Close acForm, Me.Name
End Sub
Any help with this problem would be greatly appreciated.
Dave
Here's the situation. I recently upgraded my users to Office 2003 from
Office XP (2002). Several of the machines were new and therefore never had
Office XP installed on them. On these machines, the users are receiving a run
time error 2501 whenever they try to open certain forms within the database.
I am not a programmer, so I don't know what the code is supposed to be
doing. I am the network admin and it's fallen to me to try to determine the
solution.
Here's what information I can provide at this time. Please ask about
anything else that may help indentify the problem.
Error message is:
Run-time error 2501
The OpenForm action was canceled.
When I hit the Debug button in the error, it shows the following code:
Private Sub btnFormStats_Click()
DoCmd.OpenForm "FormStats"
DoCmd.Close acForm, Me.Name
End Sub
Any help with this problem would be greatly appreciated.
Dave