T
tom
I have an application that originally written in
Access 97. When the application starts there
is a check to see whether the program is compiled.
I tracked down the code and it is as follows:
x = IsCompiled()
If x = False Then
On access 97, I would run msaccess /decompile
at the windows run menu and that would solve
the problem.
I have both Access 97 and 03 running on this computer
and the above msaccess command starts 97.
Access 97. When the application starts there
is a check to see whether the program is compiled.
I tracked down the code and it is as follows:
x = IsCompiled()
If x = False Then
On access 97, I would run msaccess /decompile
at the windows run menu and that would solve
the problem.
I have both Access 97 and 03 running on this computer
and the above msaccess command starts 97.