Maybe i can ask a simpler question?
Can you use global variables in and between forms?
Or
Is the declaring and initializing of global variables in a module compulsory?
You then create functions in the module, where you initialize the variables, that you call in the Load function of the Forms?