RE: MISSING ZEROS IN A QUERY
- From: William <William@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 31 Oct 2008 06:59:01 -0700
Thanks!!
--
William
"Golfinray" wrote:
You would put that in a new column of your query and name it whatever you.
want like this
Line with zeroes: nz([the name of the field])
"William" wrote:
Thanks for this. I am enough of a beginner, however, that I need a little
more explicit directions. Where does Nz([fieldname],0) actually go?
--
William
"S.Clark" wrote:
Implement Nz() to force the null to a zero.
test: Nz([fieldname],0)
"William" wrote:
I have a query that returns 50 counties in the first column. In the second
column, the query returns a count of a two-letter code (ET). In counties
where there are no ETs, the field in the count column is blank instead of a
zero. I need it be a zero. Why is the field blank and what can I do to have
the query return zero?
--
William
- References:
- MISSING ZEROS IN A QUERY
- From: William
- RE: MISSING ZEROS IN A QUERY
- From: S.Clark
- RE: MISSING ZEROS IN A QUERY
- From: William
- RE: MISSING ZEROS IN A QUERY
- From: Golfinray
- MISSING ZEROS IN A QUERY
- Prev by Date: Re: QUARTILES in SQL/QUERY
- Next by Date: Re: Pass Through Query
- Previous by thread: RE: MISSING ZEROS IN A QUERY
- Next by thread: Collapsing continuous records into one
- Index(es):
Relevant Pages
|