chrisbrookeanna
04-06-2004, 01:41 AM
How do you declare a variable so that it can be seen by all the modules
in each form?
Thanks.
in each form?
Thanks.
|
View Full Version : Accessing a variables in two or more forms chrisbrookeanna 04-06-2004, 01:41 AM How do you declare a variable so that it can be seen by all the modules in each form? Thanks. Mile-O 04-06-2004, 01:47 AM Public MyVariable As (Data Type) in a standalone module. |