Report Hidden attribute

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

Guest

How do I programatically set the Hidden Attribute of a report so that it
doesnt appear in the database window?
 
Use the SetHiddenAttribute

Application.SetHiddenAttribute acReport,"ReportName",True

False will unhide it
 
I probably should have mentioned that I am on Access97. That property does
not exist. Any know ways of achieving the same in that version?

Thanks
 
Back
Top