At present, I use the Navigation Pane for development, but hide it before it goes out to the users. Not that they can't unhide it, if they know how, but it stops 90% of users from messing around with data directly in the tables.
What I was wondering was if there's a simple command in VBA that would do the same thing. If so, I could have the application automatically show the navigation window if I open it (based on my computer name, already being picked up and used elsewhere) and hide the navigation for all others.
This is just a lazy way to avoid having to check the option, close and reopen every time I need to make a change.
What I was wondering was if there's a simple command in VBA that would do the same thing. If so, I could have the application automatically show the navigation window if I open it (based on my computer name, already being picked up and used elsewhere) and hide the navigation for all others.
This is just a lazy way to avoid having to check the option, close and reopen every time I need to make a change.