I have an unbound combo box on a form. In its click event after it is given a value it refuses to move to another control (text box) saying it cannot move focus. The textbox is enabled, any ideas?
Private Sub Areas_Click()
Me.Question.SetFocus
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.