You might be able to add code to the On Format section of your report like:
Cancel = (Me.txtClosed = somevalue)

Signature
Duane Hookom
MS Access MVP
--
>I have a report that needs to print detail for unresolved items and in the
> footer a count for closed and unresolved items. I need to print the count
[quoted text clipped - 3 lines]
> unresolved items in my report query but somehow must only print detail for
> unresolved items. How to do this?