D
David
Hello
I have been using a Public Variable in a Standard Module to save the hassle
of having to pass a variable (generated in one form but used in another)
between the two forms since the old form closes as the new one opens.
I use the variable (called WhereString) several times while I have the form
open to generate several updates based on the same information.
I have been reading poasts lately that refer to Public Variables in Standard
Modules as a programming faux pax.
Is it possible that there is a legitimate use for them?
If not is there a proper way to do what I am doing?
Always ready to learn better ways
David
I have been using a Public Variable in a Standard Module to save the hassle
of having to pass a variable (generated in one form but used in another)
between the two forms since the old form closes as the new one opens.
I use the variable (called WhereString) several times while I have the form
open to generate several updates based on the same information.
I have been reading poasts lately that refer to Public Variables in Standard
Modules as a programming faux pax.
Is it possible that there is a legitimate use for them?
If not is there a proper way to do what I am doing?
Always ready to learn better ways
David