This is probably a simple matter, but I cannot figure it out. I have a data entry form with text boxes. The validation rule option has been defined for each text box. When the user enters incorrect (i.e., invalid) data, an error message pops up that is driven by the validation rule. After closing the error message, the cursor returns to the text box where the error occurred, but the box still contains the invalid data. I would like to clear the text box so that the user can enter new data without having to delete the invalid data from the text box.