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
dumb Access VBA question
Interface to connect ascx events to parent via business layer code library - VB / ASP.NET
Custom views in Outlook 2010's Tasks
Globally change the Blackberry Service Display name
XP 10 inbound connection limit question
Identify keyboard layout
I would like to have very thin grid lines in Excel 2007
Wep Page on Internal Server not displaying correctly.
any microsoft offical help file (.chm) generator for .net platform
Jmagick how to resample when changing DPI