I have a form with the following controls on it. 1 List Box that contains Ship From Locations, 1 Option box that allows me to select shipment type, and two Text Fields. In the first Text Field I enter a Zip Code and on the After Update I populate the second Text field with some text after performing a DB Query.
Both the List and Option controls are also updating the second Text Field if they are updated.
The Issue I am having is once I enter the ZipCode in the Text field and hit ENTER, I cannot reset the focus back to this control, it move on to the next. If I update any of the other Controls the Focus can be set to the Text Field.
How do I get the setfocus to move back to a control if the ENTER key has been pressed.
Thanks
Both the List and Option controls are also updating the second Text Field if they are updated.
The Issue I am having is once I enter the ZipCode in the Text field and hit ENTER, I cannot reset the focus back to this control, it move on to the next. If I update any of the other Controls the Focus can be set to the Text Field.
How do I get the setfocus to move back to a control if the ENTER key has been pressed.
Thanks