|
-
Oct 26th, 2005, 02:42 PM
#1
Thread Starter
New Member
Forms VS Modules
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|