Can we possibly declare variables as Global that every page on the project could use? How? thanks
Printable View
Can we possibly declare variables as Global that every page on the project could use? How? thanks
use the Public keyword
thanks,
I guess declaring public doesn't work on our project. I used "session" instead and it works.
Hi,
I can't imagine any reason why "Public" would not work, provided you make the declaration in the right place, which is in the general section of the form or module.
I hope you are not trying to make a public declaration within a Sub!!!!! (Which is where you could use "Session" but that might give you other problems.)