=================
sWITCHING screens
1) You create a second screen on the Designer screen.
2) You name that screen ...perhaps MyNewScreen
3) Put the following code in the Button's event handler:
open another screen screenName = MyNewScreen in a violet Text block ; be careful, if the Screen is called Screen2, you must type Screen2, not screen2 .
However, this is simplified. If you continually switch back and forth between screens, eventual your system memory will fill up and your app will crash unless you learn how to also close screens properly when you exit them ... that is described in the following two links and you need to read about possible problems of doing this
and
Pick one of the two methods.
============