A family of Microsoft relational database management systems designed for ease of use.
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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
A family of Microsoft relational database management systems designed for ease of use.
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.
Answer accepted by question author
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
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