Defaults values

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

Guest

I set a default value of zero in a series of numeric fields, but it is not
appearing in the corresponding fields on the form. Any idea why this would
be? Thanks!
 
I set a default value of zero in a series of numeric fields, but it is not
appearing in the corresponding fields on the form. Any idea why this would
be? Thanks!

The Default only applies at the time a new record is added. If you
apply a default to a field with existing NULL values, those values
will not be changed. Is that what's happening?

John W. Vinson[MVP]
 
That's exactly it!! Thanks much. Once I "filled in the zeros", the totals
box auto-filled as expected. Appreciate the assistance, John!
 

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