"Runtime Error 2110" cannot move the focus to the control

C

cyber

I have a combobox that I have set.focus to but get the error message above,
but it updates prior to the error. Need Help
 
C

cyber

Yes it is,
I have the subform is set correctly but I am trying to set.focus to the main
form and that is where the error occurs. Any other ideas?
 
O

Ofer

Sorry I cant think of another reason for it to happen except of the field
being enable false.
Try and create the field again.
and check the code in the form, mybe somewhere it making it enable false
 
Top