Re: How to hide the details in a report?
- From: Marshall Barton <marshbarton@xxxxxxxxxx>
- Date: Wed, 29 Mar 2006 15:55:49 -0600
John T <John T@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
I have a report that is grouped by a field "Group". I would like to hide
the details when "Group" does not equal to "01". I know how to hide the
details but not sure how to evaluate the field though.
Use the details section's Format event:
Cancel = (Me.Group <> "01")
--
Marsh
MVP [MS Access]
.
- Prev by Date: Re: Ghostly presence of Excel process
- Next by Date: RE: Ghostly presence of Excel process
- Previous by thread: Ghostly presence of Excel process
- Next by thread: Re: How to hide the details in a report?
- Index(es):