Group:  Microsoft Access ยป microsoft.public.access.reports
Thread: "#Num!" Error display as "-"?

DotNetBag
.NET Development Newsgroups

HTVi
TV Discussion Newsgroups

Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Rising Antivirus 2006

"#Num!" Error display as "-"?
AdamZ 21.09.2006 16:13:02
You all are saving my butt today. My gratitutde goes out to everyone...

Essentially, the following code throws #Num! because the Control Source is
trying to divide "0/0."

How do I get it to display a "-" instead?

=(Count(IIf([Product Type]="Allied" And [Transition Complete
YN]=True,[Wholesaler ID],Null)))/(Count(IIf([Product
Type]="Allied",[Wholesaler ID],Null)))

-Adam
RE: "#Num!" Error display as "-"?
AdamZ 21.09.2006 16:50:02
I've tried this, but it doesn't work...

=IIf([Count(IIf([Product Type]="Allied" And [Transition Complete
YN]=True,[Wholesaler ID],Null] = 0, -, Count(IIf([Product Type]="Allied" And
[Transition Complete YN]=True,[Wholesaler ID],Null)))/(Count(IIf([Product
Type]="Allied",[Wholesaler ID],Null))

"AdamZ" wrote:

[Quoted Text]
> You all are saving my butt today. My gratitutde goes out to everyone...
>
> Essentially, the following code throws #Num! because the Control Source is
> trying to divide "0/0."
>
> How do I get it to display a "-" instead?
>
> =(Count(IIf([Product Type]="Allied" And [Transition Complete
> YN]=True,[Wholesaler ID],Null)))/(Count(IIf([Product
> Type]="Allied",[Wholesaler ID],Null)))
>
> -Adam

Home | Search | Terms | Imprint | Contact
Newsgroups Reader - provided by WiredBox.Net