Using Me.OpenArgs from each form, you get empty, F1, or F2 depending on which form was current at the time you evaluated Me.OpenArgs. But within the constant context of a given form's Class Module, you will ALWAYS get the same answer.
The problem is that Me.OpenArgs is different on each form because ME is different on each form. Zydeceltico, are you confused about what ME means? It changes depending on which form's Class Module contains it. Is that confusing you? Me is NOT absolute; it is relative to your location.