I have a class module that loads a form. I'm sharing code using a regular module. Is it acceptable to place global variables in this module?

Also, is it possible for the form to reference the class that calls it? The form is the class' visible interface.

TIA.