G Guest Jun 16, 2006 #1 How do I programatically set the Hidden Attribute of a report so that it doesnt appear in the database window?
How do I programatically set the Hidden Attribute of a report so that it doesnt appear in the database window?
G Guest Jun 16, 2006 #2 Use the SetHiddenAttribute Application.SetHiddenAttribute acReport,"ReportName",True False will unhide it
Use the SetHiddenAttribute Application.SetHiddenAttribute acReport,"ReportName",True False will unhide it
G Guest Jun 16, 2006 #3 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
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