How to get the value for a variable declared and defined
in another Form.
regards
viswanathan
Printable View
How to get the value for a variable declared and defined
in another Form.
regards
viswanathan
Declare your variable in a .BAS module as public.
It will be available to all forms in your project.