Hi. unlike Access, .NET is OO(Object Oriented), so most of what you will do will need creating objects and using thier instances wherever you need.
To show a form, you create an instance of it, then call the show or showDialog method of the instance.
If you want to change the startup form, you...