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
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