Hi, Using NT14.18 and C11.0.136
I am using a Memform called in Change mode. I am collecting data and using it to write to 3 different tables.
I am putting my code in the ValidateUpdate Routine ( which calls the do CompleteForm and do ValidateRecord routines) and it calls these first.
However, if I open the memform and click the "Save" button for the form, it starts writing to my 3 tables and then pops up a message that required fields are not filled in... However, I want it to get the required fields FIRST. Is there a statement like IF ALL FIELDS ARE VALIDATED then go ahead and write to the tables. If NOT ALL VALIDATED then remind them to fill in the required fields?
Thanks,
Ron