I Need help PLEASE

K

Keifdachief

If my access program has an error that does not let me open it without any
information....what do i do?!
 
M

M Skabialka

Try opening a new blank database and importing everything from the corrupted
one.

Try the (undocumented) decompile, e.g.
msaccess.exe /decompile "C:\MyDatabase.mdb"
followed by recompiling your code after reopening a code module.

Of course make a copy of the dB first - no matter what you do!
Mich
 
Top