Re: Counting blanks fields for a report
- From: "Duane Hookom" <duanehookom@xxxxxxxxxxxxxxxxx>
- Date: Tue, 6 Sep 2005 10:34:30 -0500
What section is this text box in?
What values do you expect to see? From my perspective, they are all 100%
correct.
--
Duane Hookom
MS Access MVP
--
"Robin Chapple" <address@xxxxxxxxxxxxx> wrote in message
news:h13rh1h3tn1hquinjjkdgnmj3dol676169@xxxxxxxxxx
> 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: Robin Chapple
- 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
- Re: Counting blanks fields for a report
- From: Robin Chapple
- Counting blanks fields for a report
- Prev by Date: Re: Count Function
- Next by Date: Re: How do I get rid of the blanks?
- Previous by thread: Re: Counting blanks fields for a report
- Next by thread: Re: Counting blanks fields for a report
- Index(es):
Relevant Pages
|
Loading