VBA Crash !!! need help

ck.letterbox

Registered User.
Local time
Tomorrow, 00:19
Joined
Jun 26, 2008
Messages
19
Hi guys,

I use MS Access 2003 on XP. I got a problem with one of my project.
When I'm in VBA and try to do Dim, the program crash and Access quit!
What I did is typing:

Dim strTest As

And that's it. Soon I press spacebar after 'As' it crash and Access closes itself. The Error signature as below:

AppName: msaccess.exe AppVer: 11.0.8166.0 AppStamp: 46437912
ModName: vbe6.dll ModVer: 6.5.10.24 ModStamp: 464105f1
fDebug: 0 Offset: 00180b29

But this problem doesn't occur with other projects.
Any suggestion would be appreciate.
Thanks.
 
Is this an MDB or an ADP? I would import everything into a new fresh db and then Compact and Repair.
 
Ah sorry RG, I forget to mention that it's an mdb file.
I did compact and repair but it doesn't help.
 
It sounds like possible corruption. Have you tried creating a new mdb and importing everything from the old mdb and then C&R?
 
Now I just try building a new mdb file and import everything from that corrupt one.
But it's crash while doing import.
I will try to log in on another PC in my office.
My PC might have some funny version of dll files or something.
 
Either go to a back up or import the forms one at a time until you find the one that is corrupt.
 
Now, I logged in another PC, load that file from the version cotrol and everything works just fine.
There might be something wrong with my PC.
Thanks any way !
 
You're welcome. Every PC should be running their own copy of the FrontEnd.
 

Users who are viewing this thread

Back
Top Bottom