Saving new record with defaults only

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm programmatically valuing several default values in a form from fields in
a preceding form. Sometimes there is no other data entry required, but we
want the new record to be saved. Unfortunately, the record is NOT being
saved, because there is nothing to be saved when all you have is default
values. How can I force the save of the new record?
 
mlwallin said:
I'm programmatically valuing several default values in a form from
fields in a preceding form. Sometimes there is no other data entry
required, but we want the new record to be saved. Unfortunately, the
record is NOT being saved, because there is nothing to be saved when
all you have is default values. How can I force the save of the new
record?

Set at least one of those controls equal to its default value. Then it will
save.
 

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

Back
Top