MSACCESS.EXE Error

G

Guest

Hi All,

anyone know what causes the following error:

MSACCESS.EXE - Application Error
The instruction at "0x04041779" referenced memory at "0x0d2e0dc0". The
memory could not be "read".

click ok to terminate program
click cancel to debug program

This error seems to occur when using a combo box on a form to select names
from
a table.

I have done the following:

compact/repair.
complie all modules/code used within the database.
removed all old/unused code.
Re-Compiled all modules/code used within the database
Removed the "problem" combo box.

I run other databases but this seems to be the only problem database. all
databases runs off the network.These run off windows 2000 boxes with service
pack 4.
 
M

[MVP] S.Clark

Try the decompile command line option and/or import all objects into a new
..mdb.

Msaccess.exe /Decompile
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top