Hi guys. I would like to get some suggestions about the following:

I am developing a solution and it has too much code already. I would like to separate it by sections in different modules to make it easier to troubleshoot or search through the code easier. The problem is that I dont know how to refference controls and variables unless i am in the module within the same form (by using me.xx) Can anyone tell me how would I reference to controls from a module or another form?
Thanks