I have a form with a subform, and the subform has a subform also. On the main form, in the form header section I have an unbound combo box from which the user must select a client. On the after update event of the combo box I want the focus to go to a record on the second subform so that data can be input directly.
All the references to how this should be done I have followed, but the focus remains on the combo box.
Here is a sample of my code.
[Deliveries].Form![Jobs]![ProductID].SetFocus
Thanks in advance
Umbane
All the references to how this should be done I have followed, but the focus remains on the combo box.
Here is a sample of my code.
[Deliveries].Form![Jobs]![ProductID].SetFocus
Thanks in advance
Umbane