Report Hidden attribute

J

JonWayn

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

Ofer Cohen

Use the SetHiddenAttribute

Application.SetHiddenAttribute acReport,"ReportName",True

False will unhide it
 
J

JonWayn

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
 
Top