Shankspony
New Member
- Joined
- Mar 24, 2014
- Messages
- 8
Good morning all...
I am attempting to programmatically identify queries hidden from view in MS Access 2010. I understand that there is a hidden attribute (accessibly through the UI by bringing up the properties of the query and VBA with GetHiddenAttribute). That I can handle.
There is another setting which is 'hide from this group' (right click menu) and I can't seem to find the property or attribute with VBA. I have looked extensively through the object hierarchies and local variable/object components too. Is there any wisdom out there on this subject?
I am hoping this is one of those instances where I just don't know the word/terminology to search for.
I am attempting to programmatically identify queries hidden from view in MS Access 2010. I understand that there is a hidden attribute (accessibly through the UI by bringing up the properties of the query and VBA with GetHiddenAttribute). That I can handle.
There is another setting which is 'hide from this group' (right click menu) and I can't seem to find the property or attribute with VBA. I have looked extensively through the object hierarchies and local variable/object components too. Is there any wisdom out there on this subject?
I am hoping this is one of those instances where I just don't know the word/terminology to search for.