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
Repeating Rows when adding a field
"Invalid Partition Table" - What are my options?
Default alias in Exchange 2010
Why are pointers efficient?
Remote access VPN via Thompson TG585 v7
Caps Lock out of sync in RDP Session
Command:Click:Command is working fine for Button but its not working for Hyperlink
workflow/bpm engine in python
Exchange 2007 Standby Continuous Replication
Changing Default Web Site Properties