Re: How to hide the details in a report?



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]
.