A form is saved when you design it and tell Access to
close/save the form's design. Empty does not have any
meaning in this context.
If you mean saving a new record without having entered any
data into a bound control, Access doesn't do that.
Therefore, I would expect that you must have a macro or some
VBA code somewhere behind the form (Current event
procedure??) that is setting at least one field's or bound
control's value.
A form is saved when you design it and tell Access to
close/save the form's design. Empty does not have any
meaning in this context.
If you mean saving a new record without having entered any
data into a bound control, Access doesn't do that.
Therefore, I would expect that you must have a macro or some
VBA code somewhere behind the form (Current event
procedure??) that is setting at least one field's or bound
control's value.
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.