I need to load a 2-D array in one form and access it from another form but I get an error when compiling stating something about it being illeagle to set global array in the declarations section. Got the same thing when I tried to declare it in the global.bas file. Is there any way around this? I already have some procedures complete based on this architecture and would hate to rewrite everything.