Default Value not showing up

M

mjj4golf

I have a table with one of the fields a long int w/ default value set to 0.
I get a null value instead.

Mike J
 
G

Gina Whipp

Default values are applied to new records in your table (they do not change
data in fields of pre-existing records). So just to clarify, when you go to
add a new record the field is empty even though in design view of this table
you have set the default value to 0?
 

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