> Hello - I used the forms wizard to create most of the forms in my project. When I run the form I can add and save rows. but when I click the save button it does no data validation. I can set validation rules in the table designer and that will work to a certain extent. I would like more flexibility. Also, I want to make validate choices in the combobox's.
> Thank you in advance for your help.
>
> Mark Buckley
Mark,
You can do your validation in each control.Valid() or .LostFocus(), even when you used the Form Wizard.
If you rather want to do validation on form level (more user-friendly, in my opinion), you may need to overwrite the Wizard classes code - wizbuttons.UpdateRows(), if I remember correctly.
(FWIW, I would not recommend to use that wizard at all)
hth
-Stefan