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
Multicast session fails to open on secondary site server.
how to dynamically change CSS style based on time
How to raise 2 GB mailbox limit in Exchange 2007?
Setting Textbox Focus based on Radio Button (ASP.NET C# Javascript)
Rogue disc drive in server 2008 cluster
Standard server 2008 to SBS premium 2008
change Background color of Comobox
Access user control function from master page
Am I elegible for a free upgrade to Outlook 2010 with this?
Having connection problems between two Windows servers.