Share via

Run-Time Error '2950': Reserved Error

Anonymous
2011-07-30T16:13:55+00:00

I get the following error: Run-Time Error '2950': Resereved Error on the Form_Activate event when I run the following: Me!txtDummy.SetFocus.

 If I place an On Error Resume Next prior to the line I get no error.

Any idea why this is happening??

James

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2011-08-08T21:07:51+00:00

I Decompiled and the error hasn't returned.

Decompiling fixes many unussual errors. Just not sure why I need to do it so often when I'm modifying my forms.

James

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Anonymous
    2011-08-08T20:10:45+00:00

    Hi JamesJoey,

    When Me!ControlName!SetFocus is the only code that I have on a form's Activate event, I don't get the error message you're seeing.  Is there other code present on the form that might not be playing so nice with this code where we're setting focus? 

    Can you reproduce the problem on a new form by chance?

    Kirk Beller

    Microsoft Online Community Support

    Was this answer helpful?

    0 comments No comments