Form

  • Thread starter Thread starter LG
  • Start date Start date
L

LG

I have a few user forms. When they exit out or close the form how do we get
around not saving an extra blank field?
 
I have a few user forms. When they exit out or close the form how do we get
around not saving an extra blank field?

Make the field required in the table definition, or check it for nullity in
the form's BeforeUpdate event.
 
That works. Is it also possible to have and edit form that has a check box
that must be checked before they exit to save the change?
 
Back
Top