Converting error from Access 2.0 to 2002

  • Thread starter Thread starter Peter Weinwurm Jr
  • Start date Start date
P

Peter Weinwurm Jr

I was converting a simple Access 2.0 database to 2002 and got the following
error. This database has no VB code only Macros and Forms etc...

MSACCESS caused a general protection fault
in module HPBF3320.DRV at 001e:000073cb.
Registers:
EAX=49df384e CS=3947 EIP=000073cb EFLGS=00000297
EBX=00011580 SS=29ef ESP=0000880e EBP=0000882e
ECX=00000553 DS=3e7f ESI=00002156 FS=0000
EDX=000049df ES=49df EDI=0000212a GS=015f
Bytes at CS:EIP:
26 ff 5f 04 83 c4 08 89 56 f2 89 46 f0 66 83 7e
Stack dump:
49df384e 49df1bd6 2156212a 882049df 405029ef
49df384e 00000000 3e7f0000 0eb08861 38b84a3f 1bd649df 885449df 212a29ef
88822156 40500000 1f0a49df



I converted similar databases succesfully... what does this error mean?

Thanks
 
Just a guess, Peter: Is HPDF3320.DRV a printer driver?

If so, try setting a different default printer, and converting again.

As silly as that sounds, Access actually does use metrics information from
the default printer to determine information about the reports, so if the
driver is faulty it is possible to get crashes when Access asks for simple
information such as the unprintable area/margin info. These crashes were
quite common in converting from Access 2 to 95.
 
Back
Top