How make groups of controls invisible and shrunk ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my report there are many groups of controls. Some of these groups are inapplicable depending on the record being processed. How can I make these groups and the space occupied by them appear or disappear depending on the record? Do I have to put them in a subreport ?
 
The CanGrow and CanShrink properties of the Controls and of the Section may
be enough, but it may be simpler to do what you want if you _do_ put them in
Subreport controls and manipulate the Visible property of the Subreport
control rather than each of the Controls in the grouping.

Larry Linson
Microsoft Access MVP

david said:
In my report there are many groups of controls. Some of these groups are
inapplicable depending on the record being processed. How can I make these
groups and the space occupied by them appear or disappear depending on the
record? Do I have to put them in a subreport ?
 
Back
Top