I am trying to have 7 different screens for the monitor. One main menu screen plus 6 screens that you navigate to via one of the 6 buttons. When I go to one of the sub screens, I don't want to be able to switch to another screen from there. I want to disable the code to switch to any other screen so that I can use the buttons for new things in that sub screen. The button I used to get to one screen will be the button that takes me back to the main screen. I hope that all makes sense. Here is my sample code for trying to switch to any screen and then disable them.