In the Navigation Pane I set a table to hidden using the right click button and opening "Table Properties" and then I clicked the "Hidden" checkbox in the "Attributes" section to hide it. I can reverse it in "Navigation Options" in Access but I can't find anything in the object model in VBA to programmatically reverse that or to check its status whether hidden or not. Can anybody tell me where to find that in the Object Model?
Nevermind, I found it. I use the "application.GetHiddenAttribute" function. "bswearingen" wrote: > In the Navigation Pane I set a table to hidden using the right click button > and opening "Table Properties" and then I clicked the "Hidden" checkbox in > the "Attributes" section to hide it. I can reverse it in "Navigation Options" > in Access but I can't find anything in the object model in VBA to > programmatically reverse that or to check its status whether hidden or not. > Can anybody tell me where to find that in the Object Model? >