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

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?
 
S

Stuart McCall

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top