I Wrote this to Test:
Text = Application.StartupPath

It Works Fine On my Machine

Why do some people write me.text instead of what I Do: Text = ...

Does using me. maybe use less Memory???

Another Thing . . .. .Sorry to Bug

In My Parent Form I Use a Connection to the database too, I Read in one of the Forums that If you make it Public then Only one Connection.

So by using the Wizard(same as Example Attachment) set the Property from Friend to Public and that Should do it Right?

But No, it Seems Every Kid/Child needs their own Connection.
My Question:How Does one Use it Globally, as Public does not recognize it.

I have a Similar Question About Enable/Disable menus on the Parent from the Child. Should I start a new thread?

Thanks Again