Dear Access Expert.
If I a declare a variable "Static" in a Sub procedure, is this variable shared among multiple users or does each user create a seperate static variable on their machine that can only be updated by that user.
What about global module variables are they shared among multiple users or does each user have his/her own copy?
Thanks A lot
If I a declare a variable "Static" in a Sub procedure, is this variable shared among multiple users or does each user create a seperate static variable on their machine that can only be updated by that user.
What about global module variables are they shared among multiple users or does each user have his/her own copy?
Thanks A lot