Report Hidden attribute

G

Guest

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

Guest

Use the SetHiddenAttribute

Application.SetHiddenAttribute acReport,"ReportName",True

False will unhide it
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top