Re: Report Footer
From: Marshall Barton (marshbarton_at_wowway.com)
Date: 09/07/04
- Next message: Dave the wave: "Re: Unexplained label behavior"
- Previous message: Bill: "Recordset run type error 13"
- In reply to: anonymous_at_discussions.microsoft.com: "Report Footer"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Report Footer"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Report Footer"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 07 Sep 2004 18:31:43 -0500
<anonymous@discussions.microsoft.com> wrote:
>How do I display a footer only when the group has more
>than 1 record?
Add a hidden text box named txtCount to the footer and set
its expression to =Count(*)
Then the code in the footer's Format event procedure would
be:
Cancel = Me.txtCount < 2
-- Marsh MVP [MS Access]
- Next message: Dave the wave: "Re: Unexplained label behavior"
- Previous message: Bill: "Recordset run type error 13"
- In reply to: anonymous_at_discussions.microsoft.com: "Report Footer"
- Next in thread: anonymous_at_discussions.microsoft.com: "Re: Report Footer"
- Reply: anonymous_at_discussions.microsoft.com: "Re: Report Footer"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|