C Chris K Sep 5, 2010 #1 If I open a form, add a new record, close the form (without saving or changing records) will it still save the record?
If I open a form, add a new record, close the form (without saving or changing records) will it still save the record?
S Stuart McCall Sep 5, 2010 #2 Chris K said: If I open a form, add a new record, close the form (without saving or changing records) will it still save the record? Click to expand... If it's a bound form (ie it has a RecordSource and the controls have ControlSources), yes. Anytime you navigate away from the current record it is saved (and closing the form is considered a navigation).
Chris K said: If I open a form, add a new record, close the form (without saving or changing records) will it still save the record? Click to expand... If it's a bound form (ie it has a RecordSource and the controls have ControlSources), yes. Anytime you navigate away from the current record it is saved (and closing the form is considered a navigation).