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 record the selection.
I have to click the drop down and select the product from the list again to record it.
How can I actaully select the record not just set the focus.
Thank you for your help.
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 record the selection.
I have to click the drop down and select the product from the list again to record it.
How can I actaully select the record not just set the focus.
Thank you for your help.
Comment