Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding Null Values

Status
Not open for further replies.

spow

Technical User
Jun 11, 2002
8
US
I have a subquery that displays a table similar to this:

Query1
--------
[Name,Value1,Value2,Value3]

Some of the Value1, Value2 or Value3's are Null values. How can I add up these values treating the Null values as zero? When I try to add a value to null, it returns null.

Thanks....

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top