Click here to Skip to main content
15,892,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to know that Can we create the column to allow null values even if it has default value as 0 in MS Access?
Posted

1 solution

Yes.
When you define the column, you can specify both a default value and that a column can contain nulls.

It's not a lot of use in most circumstances though.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900