Error on form

rob1968

Registered User.
Local time
Today, 19:00
Joined
Jan 22, 2003
Messages
12
Hi

I have a contacts database that I have downloaded. It has a print labels selection on a form. when I select a label to be printed the following error occurs, can anyone help?

MSACCESS caused an invalid page fault in
module MSACCESS.EXE at 015f:3001f156.
Registers:
EAX=3001f142 CS=015f EIP=3001f156 EFLGS=00010246
EBX=00000004 SS=0167 ESP=0062e2c0 EBP=0062e2e4
ECX=00000000 DS=0167 ESI=00000000 FS=4dbf
EDX=0046a02c ES=0167 EDI=00000000 GS=0000
Bytes at CS:EIP:
39 7c 9e 18 8d 44 9e 18 89 45 e8 74 13 33 c0 8b
Stack dump:
00000004 00000000 00b55130 024e0c70 00000002 00000000 0062e338 303a71f3 00000000 0062e31c 30029129 00000000 00000004 00000000 00b55130 30029015
 
Error on Form

Looks like serious corruption problem. Have you tried standard recovery procedures.

1) Compact and Repair
2) Copy all Database Objects into new database
3) Decompiling Database. Open Database using

"C:\program files\Microsoft Office\Office\msaccess.exe" <DatabasePathName> /DECOMPILE

Make sure you call the correct version of msaccess.

If this doesn't work, maybe someone else has a suggestion.

If all else fails there was a link to a company that recovers databases on the Forum yesterday.

http://www.access-programmers.co.uk/ms_access_repair.htm

you might try them.
 

Users who are viewing this thread

Back
Top Bottom