this is exactly what I ended up doing and using a module to launch my main form and declare all others...
I hade to change some of my code as the CLOSE button on my forms was me.close() which prevented it from ebing called again. Now, I use me.hide()...