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
Moving WordPress Site - Page Not Found
Sorry, VMware GO doesn't currently support ESXi servers with multiple datastores.
Latest Vsphere client
SQLCommandBuilder - GetUpdateCommand, GetInsertCommand and GetDeleteCommand Questions
IPv4 vs IPv6
Raid 1 mirror Bad block discovered
Unix Perl or Shell script to split a data file by header+trailer
Proliant ML110 G4 Lost RAID and Randomly gives Error 0251
Delete blank line from textarea
Current Logged In User