Now lets see if I have the correct. I have one module with a variable in it (that is not declared in any function). If I want to access that variable from functions in other modules all I have to do is include the word 'extern' as the first word of the variable declaration in the other modules and I will no longer get compiler error '2005' and the program will compile properly.

-JLBShecky