‘Out of Stack Space’

CoachPhil

Registered User.
Local time
Yesterday, 19:31
Joined
Jun 24, 2008
Messages
83
I am getting the error message ‘Out of Stack Space’ when I run one of several reports from my DB, but only on one report. Any ideas why?

CoachPhil
 
is there code in the report - the error might indicate the code is stuck in a loop somewhere, eg a non-terminating for ... next loop or something which eventually uses all your available RAM memory

alternatively, the query (report) might just be too complex - but you would probably get a different error in that case
 
Gemma,

Turns out that I had a bang in my code, thank you

CoachPhil
 

Users who are viewing this thread

Back
Top Bottom