error message

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

everytime i attempt to access a certain report Access crashes and i get this messag

MSACCESS caused an invalid page fault i
module IP421A.DLL at 0004:00007f55
Registers
EAX=00000094 CS=32c7 EIP=00007f55 EFLGS=0000020
EBX=00000000 SS=1d17 ESP=0000afda EBP=0000b0f
ECX=299f07e6 DS=10f7 ESI=00000ac0 FS=000
EDX=811710f7 ES=299f EDI=00000ac0 GS=000
Bytes at CS:EIP
f3 a5 a4 1f 8b 46 0a 8b 56 0c 8b f0 89 56 fa 8e
Stack dump
00003287 5c5c8001 534c494e 465f4e45 6b5c3153 63696e6f 69777361 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000

It's only with that one report everything else in the database runs fine. Any ideas as to what's goiing?

Any ideas would be a great hel

Purny
 
You probably have a corrupt report. I would create a new, blank mdb and then
import all objects from the current mdb except the problem report. Then
import the bad report from a previous backup file that was know good. If you
don't have a good backup, then you will need to recreate the report.

--
Duane Hookom
MS Access MVP
--

Mark said:
everytime i attempt to access a certain report Access crashes and i get this message

MSACCESS caused an invalid page fault in
module IP421A.DLL at 0004:00007f55.
Registers:
EAX=00000094 CS=32c7 EIP=00007f55 EFLGS=00000202
EBX=00000000 SS=1d17 ESP=0000afda EBP=0000b0fa
ECX=299f07e6 DS=10f7 ESI=00000ac0 FS=0000
EDX=811710f7 ES=299f EDI=00000ac0 GS=0000
Bytes at CS:EIP:
f3 a5 a4 1f 8b 46 0a 8b 56 0c 8b f0 89 56 fa 8e
Stack dump:
00003287 5c5c8001 534c494e 465f4e45 6b5c3153 63696e6f 69777361 00000000
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
It's only with that one report everything else in the database runs fine.
Any ideas as to what's goiing??
 
Back
Top