Personally, I always store variables I need to reference between forms in modules, as public variables, rather than directly reading form references (unless I'm dealing with a form/subform relationship.
in a module
public gblvar as whatevertype
then just use gblvar anywhere its needed