I have a main form (Orders), a subform (OrderDetails) and a separate form (Products).

The OrderDetails is a child form of Orders.
Products form is opened via a button on Orders.

There is an image of the product on the product form that on the On_Click event loads the product into a combo box on the subform OrderDetails.
I use SetFocus but that only sets the focus to the combo box but does not actually...