Try:
[tt]application.sethiddenattribute actable,"tablename",true[/tt]
To make it more automatic, loop thru the the collections, just remember to avoid manipulating the system tables;-)
Here a snippet for forms:
[tt]dim frm as object
for each frm in currentproject.allforms
application.sethiddenattribute actable,frm.name,true
next frm[/tt]
2000+ versions
Roy-Vidar