I have a continuous form as a sub-form on a main form. After updating a control on the sub form I perform checks on what has been entered. If it is incorrect i need to set focus back to that control for re-entry. My question is how do I set the focus back to that control - a simple Me.[control].SetFocus does not work. I would appreciate any help. Thanks
PS I am trying to set the focus from within the subform
PS I am trying to set the focus from within the subform
Comment