Re: Counting blanks fields for a report
- From: Robin Chapple <address@xxxxxxxxxxxxx>
- Date: Tue, 06 Sep 2005 22:33:03 +1000
The first three expressions all show 0.00 and last displays no data at
all.
Robin Chapple
On Mon, 5 Sep 2005 19:27:18 -0500, "Duane Hookom"
<duanehookom@xxxxxxxxxxxxxxxxx> wrote:
>What do you mean by "failed"? What do you get if you start small and then
>add on:
>=Sum(IIf([Status]="y",1,0))
>Next change to:
>=IIf(Sum(IIf([Status]="y",1,0))=0,0,99999)
>Next change to:
>=IIf(Sum(IIf([Status]="y",1,0))=0,0,18/Sum(IIf([Status]="y",1,0)) )
>Next change to:
>=Format(
>IIf(Sum(IIf([Status]="y",1,0))=0,0,18/Sum(IIf([Status]="y",1,0)) ),"#.##")
>--
>Duane Hookom
>MS Access MVP
.
- Follow-Ups:
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- References:
- Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Re: Counting blanks fields for a report
- From: Duane Hookom
- Counting blanks fields for a report
- Prev by Date: Re: How do I get rid of the blanks?
- Next by Date: Re: Field list
- Previous by thread: Re: Counting blanks fields for a report
- Next by thread: Re: Counting blanks fields for a report
- Index(es):
Relevant Pages
|