You you cannot avoid nulls.
For a particular field, you can set the Required property to Yes to Nulls
are not allowed.
You can use Nz() to instruct Access to substitute a value for Null.
But you can't avoid them.
For more info, and help with working with nulls, see:
Nulls: Do I need them?
at:
http://allenbrowne.com/casu-11.html
and:
Common errors with Null
at:
http://allenbrowne.com/casu-12.html
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Samuel Shulman" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> Is there any way to avoide Null values in (like in SQL Server)?
>
>
> Thank you,
> Samuel