Asked By
Yolly
10 points
N/A
Posted on - 09/24/2011
I am a Visual Basic programmer and I am using Microsoft Access for my databases.
I am using Microsoft Access for a couple of years now.
I haven’t encountered this problem ever since, but since last week I started encountering it.
I think it is just a simple error which cause comes from cluster or index error.
But as I tried to fix my windows using CHKDSK run at start-up, the error didn’t solve.
Error:
Msaccess
This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
MSACCESS caused an invalid page fault in module VBA332.DLL at 0167:6517daaa.
Answered By
james4
0 points
N/A
#101768
MS Access VBA332.DLL page fault error
The error is as a result of using a reserved word as an object name Or your database may be corrupt.
The procedures below will help you to check whether you used any reserved words as object names.
Click on object browser on the view menu.
Type the word you wish to check in the blank box below 'all libraries' and in case the word appears in the search results, it's used as a name of an object. Then you ought to change the name to the one that does not use a reserved word.
This will stop the error and if it fails then the problem might be as a result of database corruption, Run the 'Repair database' command or 'compact utility'. These two commands will fix database corruption and the error will be no more.
Thanks