There are as much buggy as any MDB database file because they are
essentially using the same file format. An easier way to decompile and
compact an ADP file might be using a shortcut with the parameters /decompile
and /compact:
"C:\Program Files\Microsoft Office\OFFICE11\MSACCESS.EXE" "C:\MyProject.adp"
/decompile /compact
I usually execute this shortcut *twice*. It's important to do it twice
because I get a smaller size after doing it this way. After that, I'm
pretty sure that any precompiled VBA code has been left out.
--
Sylvain Lafontaine, ing.
MVP - Technologies Virtual-PC
E-mail: sylvain aei ca (fill the blanks, no spam please)
"Greg Crowe" <(E-Mail Removed)> wrote in message
news:54179b17-7f13-45ef-9018-(E-Mail Removed)...
> Solved:
>
> The solution to this was the much-maligned: decompile, open project
> holding left-shift, compile, compact and repair, close, create new
> project, import all objects into new project and set reference,
> compile, compact and repair, re-release project.
>
> I am a fresh-faced noob to ADP, but it seems like they are a LOT
> buggier than MDB.
>
> Regards,
> - Greg Crowe
|