C
cjfazio
I have a form with many fields. Users on a network are allowed to create new
records or edit existing records in this form. I have 3 fields in the form
that must be filled in by the user so I can properly identify the issue. I
can set these fields to “Required†and that will prevent the user from
starting a second record until he has entered data into the 3 fields.
However if a user does not enter data into all 3 of these fields and simply
closes the form he will loose all the data he put into that record. How do
you code the close button to look at these three fields to see if their null
and if null return a message to add data or you will loose all the
information in the record.
records or edit existing records in this form. I have 3 fields in the form
that must be filled in by the user so I can properly identify the issue. I
can set these fields to “Required†and that will prevent the user from
starting a second record until he has entered data into the 3 fields.
However if a user does not enter data into all 3 of these fields and simply
closes the form he will loose all the data he put into that record. How do
you code the close button to look at these three fields to see if their null
and if null return a message to add data or you will loose all the
information in the record.