set group invisible

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I wanted to set my dummy group invisble depends on user select.

I tried to do like following me.grouplevel(3).visible = false, but I
get compile error.


I just wanted to know is it possible to set dummy group invisble?

Your help is great appreciated,
 
Did the intellisense offer this up? If you want to make a report section
invisible, use Me.Section(x).Visible.
 
Did the intellisense offer this up? If you want to make a report section
invisible, use Me.Section(x).Visible.

--
Duane Hookom
Microsoft Access MVP








- Show quoted text -

Thanks for the information,
 
Back
Top