If I open a form, add a new record, close the form (without saving or changing records) will it stil

  • Thread starter Thread starter Chris K
  • Start date Start date
C

Chris K

If I open a form, add a new record, close the form (without saving or
changing records) will it still save the record?
 
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?

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).
 
Back
Top