G
Guest
Hello,
I have problem of low memory again. Running macro loop after aprox. 8000
times a message appears:
There isn't enough memory available to perform this calculation.
Close unneeded programs …..
Macro repeat expression is conditioned (([Forms]![Name]![Control Name]) Is
Not Null. Total num. of records aprox. 24000.
Actions used in macro loop are ordinary :
Openform
SetValue (setting string from another opened form)
RunMacro (another subMacro)
RunCommand (RecordsGoToNext)
Mr. Doug Steele, (Microsoft Access MVP) answered my question (21.june.05)
with same problem. He mentioned TEMP environment variable.
How can I expand memory by TEMP environment variable?
I have problem of low memory again. Running macro loop after aprox. 8000
times a message appears:
There isn't enough memory available to perform this calculation.
Close unneeded programs …..
Macro repeat expression is conditioned (([Forms]![Name]![Control Name]) Is
Not Null. Total num. of records aprox. 24000.
Actions used in macro loop are ordinary :
Openform
SetValue (setting string from another opened form)
RunMacro (another subMacro)
RunCommand (RecordsGoToNext)
Mr. Doug Steele, (Microsoft Access MVP) answered my question (21.june.05)
with same problem. He mentioned TEMP environment variable.
How can I expand memory by TEMP environment variable?