How do I tell a form that if field [txtfirstname] is not complete, then don't save that record on exit or closing of the form?
Perferably a pop up box (yes / no) notifing the user the record would display.
Yes = exit and not save record
No = cancel the exit and go to the field txtfirstname
I think this would help stop all the empty records I am seeing.
Perferably a pop up box (yes / no) notifing the user the record would display.
Yes = exit and not save record
No = cancel the exit and go to the field txtfirstname
I think this would help stop all the empty records I am seeing.