Conditional notes in report textbox if report results contsin valu

F

Frank

Hello all,
I'm trying to get notes to show up at the bottom of my report if a certain
heading in the report/query show up. Otherwise, the textbox will be blank.

I tried using the follwing in the txt box with no success. Any help woould
be appreciated.

=IIf([Status]="Resolved 12/30","** Resolved 12/30 items are adjustments for
2005 that were made in 2006 **","")

Status is the field name.
Thanks
Frank
 
F

Frank

Forget it. I found a way...not the prettiest, but it works.
In the txt box:

=IIf(nz(DCount("[Status]","[Qry-MIS Summary-Step6-Sum Status Bucket
Crosstab]","[Status] = '**Resolved 12/30'"),0)>0,"Resolved 12/30 items are
adjustments for 2005 that were made in 2006","")
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top