L LG Jun 19, 2009 #1 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?
J John W. Vinson Jun 19, 2009 #2 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? Click to expand... Make the field required in the table definition, or check it for nullity in the form's BeforeUpdate event.
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? Click to expand... Make the field required in the table definition, or check it for nullity in the form's BeforeUpdate event.
L LG Jun 19, 2009 #3 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?
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?