RE: Report Equation Access 2003
- From: Duane Hookom <duanehookom@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 2 May 2009 07:19:01 -0700
I guess I didn't know what you meant by "no figures". I doubt this is what
you want but it meets your specs:
=IIf(Sum([Update]) <>Sum([ApprovedRL]), "No Figures", Null)
--
Duane Hookom
Microsoft Access MVP
"Denver" wrote:
= IIf(Abs(Sum([ApprovedRL]))=(Sum([Update])),"Complete", Abs(Sum([Update]))).
base from this equation I want to add syntax that when a value from my
(Sum([Update])) field is not be equal to Sum([ApprovedRL]) no figures should
be appeared in the report?
I try to work on this equation but it doesn't work
IIf(Abs(Sum([ApprovedRL]))=(Sum([Update])),"Complete", &
IIf(Abs(Sum([ApprovedRL]))<>(Sum([Update])),"",Abs(Sum([Update]))))
can you help me work on this?
thanks
"Duane Hookom" wrote:
What do you mean by "I want no figures to appear in the report"?
--
Duane Hookom
Microsoft Access MVP
"Denver" wrote:
Hello everyone,
I have this syntax in this control source
= IIf(Abs(Sum([ApprovedRL]))=(Sum([Update])),"Complete", Abs(Sum([Update])))
I want no figures to appear in the report when it is not equal to
(Sum([Update]),
would it be possible?
what syntax do I need to add to make it possible?
thanks
- Follow-Ups:
- RE: Report Equation Access 2003
- From: Denver
- RE: Report Equation Access 2003
- References:
- RE: Report Equation Access 2003
- From: Denver
- RE: Report Equation Access 2003
- Prev by Date: Re: Need assistance with Subreport multiple columns
- Next by Date: sub report not shown when convert to pdf
- Previous by thread: RE: Report Equation Access 2003
- Next by thread: RE: Report Equation Access 2003
- Index(es):
Relevant Pages
|