'Global' isn't actually a type of variable, the term is used to refer to the scope of a variable. For instance, if you declare the variable in the general section of a form ( even just using DIM ), it is 'global' to that form.
Declare it in a module and it is global to the whole project, but in this case I think you must use PUBLIC. (Any comment from other members about this?)
w00dy
Junior Poster in Training
70 posts since Jun 2005
Reputation Points: 11
Solved Threads: 2