I am a untrained hacker that has learned just enough to be dangerous to myself. I have a program that has evolved over the last few months that keeps getting bigger. As time progressed I learned new things and you can really see it in my oldest code (but it works ). I have several forms and modules. The main reason for this is I wanted to use them both.
Now my question - If I am not declaring any global variables should I just be putting all my code on the form I am working with or should I be using a module for the bulk of the code? Does it matter?
For instance I have a main form that calls a subform that performs a service. Some of the routines are on the subform but I have some in a module.
If I was to quit and you had to take my place and maintain it what would an experienced programmer want to see?
TIA