P
Pavel Fursov
My Access 2003 application periodically generates run-time error 2004.
There isn't enough memory to perform this operation. Close unneeded programs
and try the operation again.
'Creation of new form
Dim Frm As Access.Form
Set Frm = New Form_XYZ 'There
This error is unpredictable. It's hard to reproduce in test environment.
I want to know what objects are checked in msaccess.exe, in order to find
the source of the error may be available in my VBA code.
Thanks
There isn't enough memory to perform this operation. Close unneeded programs
and try the operation again.
'Creation of new form
Dim Frm As Access.Form
Set Frm = New Form_XYZ 'There
This error is unpredictable. It's hard to reproduce in test environment.
I want to know what objects are checked in msaccess.exe, in order to find
the source of the error may be available in my VBA code.
Thanks