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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nz Function in a Query

Status
Not open for further replies.

SheilaAlighieri

Technical User
Nov 16, 2002
68
NL
Hi :)

I am sure this is a very easy question for the experts. I would like to add a Nz Function to one of my queries. I have a field Budget which I want to give a "0" value where there is a Null value. Is that possible?

What code should I use and where should I put in in my query? :)

Thanks!

Sheila
 
Sheila,

Go into query design and instead of putting your Budget field in with no problems, use

Nz(Budget,0)


John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top