Invalid page fault in module MSJT3032.DLL

GailFialho

Registered User.
Local time
Today, 16:32
Joined
Nov 20, 2001
Messages
34
Invalid page fault in module MSJT3032.DLL
I have a form that is opened to a specific record determined by a main menu selection list. This form has a subform that lists out all of the parts from the parts table that are associated with this particular record by ID number. The subform also needs to calculate 2 fields: TotalCost = UnitCost*Qty, TotalSell = UnitSell*Qty. UnitCost, unitSell, and Qty are fields that come from the Parts table. This is all very simple to me and I believe I've actually done similar things in the past but for some unknown reason, it won't work in this form. I get
MSACCESS has caused an invalid page fault in module MSJT3032.DLL and it shuts down.
I am desparate for help with this.
Thank you anyone.
Gail
 
Gail,

I did a Google search on the msjt3032 + "page fault". There are some hits that suggest updates may be available. I think that module is Microsoft Jet version 3 or so - a pretty old version. You might see about finding a later Jet engine that's compatible with your version of Windows - I think Jet 4.0 is available for free for Win2000 - and see if that might solve the problem - without generating lots of new ones, of course. Be sure to make a backup copy of msjt3032.dll before replacing it - prudence is the byword!

Jim
 

Users who are viewing this thread

Back
Top Bottom