simeon_rose
Registered User.
- Local time
- Today, 00:00
- Joined
- Nov 4, 2000
- Messages
- 34
hi, i've got code that ensures that people enter data shown in a certain textbox into another textbox correctly by displaying an error message and then resetting the focus. the code i've got usually works fine...but then on adding another command button that closes the current form and then opens another one. after this button's addition, the code no longer works properly. if wrong data is entered, the focus gets set to the new command button and the error message doesn't get displayed until that button's event procedure is run. what is going on?