Connecting Tech Pros Worldwide Forums | Help | Site Map

Hiding Items on a Report

Member
 
Join Date: Apr 2009
Posts: 53
#1: May 28 '09
I am running a report and I want only the fields that are true to show-up on the report and the ones that are false not to show-up on the report.

NeoPa's Avatar
Administrator
 
Join Date: Oct 2006
Location: London - UK
Posts: 15,727
#2: May 28 '09

re: Hiding Items on a Report


In your Detail_Format() event procedure, check the value of each of the controls then set the .Visible property depending on what's there.
Reply


Similar Microsoft Access / VBA bytes