I have a Navigation Subform with several navigation buttons across the top.
When I click on one of the navigation buttons, I would like to set focus on a certain textbox placed on the subform corresponding that button's Navigation subform.
This screen is for barcode entry so I want to make sure the form is ready for action when the user clicks on the nav button.
How do I set focus to the subform control from the navigation button OnEnter event?
Here is my structure:
Main_Distri --> NavigationSubform --> Main_Distri_Incomming --> subfrmBarcodeEntry --> txtBarcodeString
where txtBarcodeString is the textbox control that I want to set focus for.