Rather than having a Sub on a Form and calling this Sub
from another Form, it would be better to created a
Function inside a module then Call the module from both
Forms. When you call a Module in this manner you do not
need an instance of the original Form to be open.
Tony C.