Reserved Error When Seting Focus to Control

JamesJoey

Registered User.
Local time
Yesterday, 23:49
Joined
Dec 6, 2010
Messages
642
Access never ceases to amaze me

I'm trying to set the forcus to a control in the on loads of a form.

The control exists and the spelling is correct.

Error 2950
Reserved Error

I get this error regardless of which control on the form I try to set the focus to in the on load of the form

Any ideas?

James
 
Is the control on a subform or main form?

Try setting focus to the form first, then the control.
 
This is a split form.

But I found the problem

Apparently, I must have at least one field enabled that is displayed in the datasheet.

Even if I display all fields, if one of them is disabled I get the error.
 
Glad that you, I repeat you, found the error.
 

Users who are viewing this thread

Back
Top Bottom