I have a search form with a number of controls where search data is entered. If no records are found then I’d like to blank the control and re-input search data again in the same control. At the moment the cursor moves to the next control on the form.[:D]
Two ways: 1. Give the control a name and use CurrForm.NamedTextBox.ACTIVATE 2. Use the property NextControl and set the value to the ID of the textbox itself.