PC Review


Reply
Thread Tools Rate Thread

Avoid Null Values

 
 
Samuel Shulman
Guest
Posts: n/a
 
      5th Nov 2006

Is there any way to avoide Null values in (like in SQL Server)?


Thank you,
Samuel



 
Reply With Quote
 
 
 
 
Rick Brandt
Guest
Posts: n/a
 
      5th Nov 2006
Samuel Shulman wrote:
> Is there any way to avoide Null values in (like in SQL Server)?


If you explain what you mean by "avoid" it might be possible to answer your
question.

Do you not want to allow Null values in a table?

Do you want to build a query that excludes records having a Null?

Do you want to build a query that replaces Null with something else?


--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com


 
Reply With Quote
 
Allen Browne
Guest
Posts: n/a
 
      5th Nov 2006
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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Display queried records with Null values (null recordcount) Mishanya Microsoft Access Getting Started 6 25th Jan 2009 06:53 PM
Setting defaults to avoid Null values =?Utf-8?B?Qm9iaw==?= Microsoft Access Database Table Design 5 30th Apr 2007 11:51 AM
Empty text values aren't null or zero-length, but 2-byte null (\x0000) Mark Steward Microsoft Access 2 21st Jan 2006 02:03 PM
Avoid Null value in ComboBox - MS Access 2000 James P. Microsoft Access Forms 4 9th Jul 2004 01:32 AM
In Crosstab Query If Any Values Are Null I Want Sum to Be Null mcl Microsoft Access Queries 4 27th Feb 2004 06:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:38 PM.