Access 2003 & VBA Debug->Compile

G

G2

trying to debug/run an Access app via the VB editor. it worked like once then
hung up.

that is, the "Compile" option is now greyed out. i have reset, cleared break
points, ensured "special keys" is ticked; now i'm stumped.

any ideas how to get this option available again?
 
W

Wolfgang Kais

G2 said:
trying to debug/run an Access app via the VB editor. it worked like
once then hung up.

that is, the "Compile" option is now greyed out. i have reset,
cleared break points, ensured "special keys" is ticked; now i'm
stumped.

any ideas how to get this option available again?

When the compile option is greyed out, that means that the code is
already compiled. This is no "hang up". Why would you want to compile
it again? Debugging should nevertheless be possible.
To "get back" the compile command, change a line of code or add/remove
a reference.
 
G

G2

Wolfgang Kais said:
When the compile option is greyed out, that means that the code is
already compiled. This is no "hang up". Why would you want to compile
it again? Debugging should nevertheless be possible.
To "get back" the compile command, change a line of code or add/remove
a reference.
i made some changes to the code and it wouldn't compile.

thanks i 'll try your suggestion ...
 

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