Help - Problem running a form

M

Marilyn

An Access 2000 form was created on an XP platform. When the form is run on
this platform it runs okay but when it's run on a Windows 2000 machine it
will not run.

Experience the error: "This memory could not be read". I hit the cancel
button and it goes into Visual C++ debug mode and states "Unhandled exception
in MsAccess.exe oXc0000005, Access Violation.

What could cause this problem?
 
R

Rob Oldfield

Build the code piece by piece to see if you can nail down exactly what is
causing the problem.
 
Top