Im having a little trouble. I declare a variable in my module:

Dim W1

now in one form, I set the variable as say "qwerty" (string). But when I open the next form, and go to load the variable, its blank. What am I doing wrong?(this is my first time making a module to hold variables)

Thanks