This is driving me nutsI use VBA in User Login to set access level and to hide the left side "shutterbar" and ribbon bars too - so that some users are limited to only do what won't confuse them or allow them to do dammage.
When I place this line: DoCmd.SelectObject acTable,, True
in the login I see the shutterbar (navigation pane) which is great..... but when I comment it out so that the shutterbar (navigation pane) disappears (like I want) THEN a macro inside the app throws an error that the macro is not available, of something to that effect.
What do I need to do to hide nagivation pane yet still be able to use macros in my app???
Thank you for anyone taking time to inform me.![]()