I work on MS Access VBA project (ADP) .. Recently I faced a problem that when save the code I got "out of memory" error or when made any changes the compile or editor (I DON'T KNOW) delete the line that I tried to edit (sometimes when change variable name automatically its name changed to Me).
Knowing that I google it and find these sources but it didn't help
(Same problem with access 2003 and 2010)
Is there any way to trace or get compiler logs to check where and what the actual problem is (just like some compilers do for example visual studio or eclipse)?
Thanks in advance.