cRODEEkrank
Technical User
I have a form which is bound to a table. There are fields on the form which can accept only numerical data and have the validation set in the underlying table. However, if the data entered in the form doesn't meet the validation rule, it closes without saving the record to the table. Although I don't want this bad data entering in the table, I would like to give the user a chance to fix the data before the form closes--display an error message or something.
I have code in the form_error event, but the event is never triggered. The form simply exits with no messages and nothing is saved to the table. Can anyone help with this?
Thanks!
Crank
I have code in the form_error event, but the event is never triggered. The form simply exits with no messages and nothing is saved to the table. Can anyone help with this?
Thanks!
Crank