Microsoft
Software
Hardware
Network
Question : Ms access report footer suppress
Hi Experts,
Is it possible to suppress report footers if they are not required for a particular grouping? What i really need is.... if a count of class code is greater than one then show footer containing totals else suppress it.
Thanks,
Dean.
Answer : Ms access report footer suppress
In report you can use event "On formatting" and add condition with result:
if ........ then
me.footer.visible = false
else
me.footer.visible = true
end if
Random Solutions
Sharing camcorder footage
How do I delete the default recipient policy in exchange 2010?
SBS2008 Folder redirections feature stability ?
The fool says in his heart ...
PDFs and iPads
Is there any way to limit what the users see in shared calendars in Exchange 2003 / Exchange 2007?
How to do paggination in Jsp
WebService Client problem
web design vs dev
How to write script for the requirment?