G
Guest
How do I display a footer only when the group has more
than 1 record?
Thanks
than 1 record?
Thanks
How do I display a footer only when the group has more
than 1 record?
Thanks
How do I display a footer only when the group has more
than 1 record?
-----Original Message-----
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