Re: How to Make my report show only complete fields
- From: "alexasha" <alexasha@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 16 Jul 2005 19:27:02 -0700
I do not have yes/no boxes but I have about 30 text fiels with labels, and
some of them are blank. How can I avoid printing labels for empty fields in
the report. I have already changed my labels to text field, Yes for
CanShrink. It worked for 2 fields, but not for others. Any easier way, please?
"Marshall Barton" wrote:
> DavPet wrote:
>
> >I have report that I created using the Report Wizard. It shows all of the
> >fields from my table, just like I want it to. When a record in my table
> >contains all completed data, I want all of the fields to show. Records in
> >my table contain completed fields AND incomplete fields, I want the report
> >to show only the completed fields, like this:
> >Record1
> > Field_A
> > Field_C
> >Record2
> > Field_C
> >Record3
> > Field_B
> >
> >Right now I see blank lines where the field are incomplete.
> >
> >The table contains a Yes/No box to indicate if it's related field is
> >complete. Those are the ones I want to see in report without blank lines
> >where the incompleted ones would have shown.
>
>
> Use an expression instead of just the field name in the text
> boxes:
>
> =IIf([yesnofieldA], [FieldA], Null)
>
> and set both the text boxes' and the Detail section's
> CanShrink property to Yes.
>
> --
> Marsh
> MVP [MS Access]
>
.
- Follow-Ups:
- Re: How to Make my report show only complete fields
- From: Marshall Barton
- Re: How to Make my report show only complete fields
- References:
- How to Make my report show only complete fields
- From: DavPet
- Re: How to Make my report show only complete fields
- From: Marshall Barton
- How to Make my report show only complete fields
- Prev by Date: Re: Printing text data in a report
- Next by Date: RE: Counting records in a report from table source w/out duplicat
- Previous by thread: Re: How to Make my report show only complete fields
- Next by thread: Re: How to Make my report show only complete fields
- Index(es):
Relevant Pages
|