Well , try something like this
dim frm as form2 . what result would you get ? ofcourse stupid error msg saying "Object Reference not set to an instance of an object".Then you have to use keyword "New" to instantiate new object.
so you can't use that object itself or otherwise you can make an exact copy of it for unrestricted uses(with no errors). got it