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

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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?
 
Set the focus to a field in the main form and not to the main form it self.
 
Sorry not main form but field in main form and that is where the error occurs.
 
Check if the enable property of the field you want to move the focus to is
set to Yes
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top