mtairhead
Registered User.
- Local time
- Today, 10:25
- Joined
- Oct 17, 2003
- Messages
- 138
How do I make a module repeat? Currently, I have a command, which runs the module again.
Example:
" Call Generate_Reports_Based_on_Form2"
This code is actually in the module "Generate Reports Based on Form2"
Obviously, this only works from about 7,000 records, and then my computer "Runs out of Stack Space" due to the endlessly repeating modules upon modules.
Can I just make the module repeat? Will this not solve my memory problem?
I've searched this forum, and asked Mr. Clip-It...But I'm sure I just don't have the right vocabulary when I do.
Example:
" Call Generate_Reports_Based_on_Form2"
This code is actually in the module "Generate Reports Based on Form2"
Obviously, this only works from about 7,000 records, and then my computer "Runs out of Stack Space" due to the endlessly repeating modules upon modules.
Can I just make the module repeat? Will this not solve my memory problem?
I've searched this forum, and asked Mr. Clip-It...But I'm sure I just don't have the right vocabulary when I do.