Decompiling Shortcut

R

Ron

A while back a found helpful instructions for creating a
shortcut that would decompile MSAccess databases so that
one could deal with VBA corruption. I successfully made
one of these shortcuts, but during a reinstallation of
Access 2002 it was removed from my system! Strange but
true. I have tried to search through this newsgroup again
to find the instructions, but it seems that specifying a
date range in the search dailog doesn't really search over
a wider date range than a couple of months.

If someone remembers how to construct the shortcut what
will decompile an Access MDB file, I wuld be most
appreciative of the info.
Thanks in advance,
Ron
 
M

Marshall Barton

Ron said:
A while back a found helpful instructions for creating a
shortcut that would decompile MSAccess databases so that
one could deal with VBA corruption. I successfully made
one of these shortcuts, but during a reinstallation of
Access 2002 it was removed from my system! Strange but
true. I have tried to search through this newsgroup again
to find the instructions, but it seems that specifying a
date range in the search dailog doesn't really search over
a wider date range than a couple of months.

If someone remembers how to construct the shortcut what
will decompile an Access MDB file, I wuld be most
appreciative of the info.


Creat a shortcut to MS Access and then modify it's Target
property to add the path to your MDB file and the decompile
option. The Target property should end up looking like:

"path to Access.EXE" "path to your.MDB" /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