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
Display Last Modified Date of aspx vb.net 2.0 page via Footer Include
Can't open my own attachment in Outlook
how to install Ubuntu netbook, without a CD and USB drive?
Delphi5 & Crystal ReportVCL v8.5
BES 5.0.1 and Exchange 2010
HP Desktop memory
If Statement on Control Source
How to Use Abandoned Local Profile From Different Domain
How to Improve search functionality in ASP.NET 1.1?
Cisco Switch not configured with TACACS asks for username?