I need to maintain a global variable which has to be initialized right from the start. I tried to initialize it in my bas module but obviously its not allowed. There is no use putting the variable in any of my forms' load event as the variable will only be initialized when the forms are loaded, which i not what i wanted.
Is there any way or where i can go about to initialize the variable?
Thank You
Is there any way or where i can go about to initialize the variable?
Thank You