can not execute code in break mode

I

iccsi

I got can not execute code in break mode while I debug the code.

Are there any workaround to debug the code when Access VBA give me the
message?

Are there any criteria that VBA does not execute code in break mode?


Your help is great appreciated,
 
S

strive4peace

post the code that you are having a problem with and describe exactly
what is happening please

Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
:) have an awesome day :)
*
 
I

iccsi

post the code that you are having a problem with and describe exactly
what is happening please

Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Accesshttp://www.AccessMVP..com/strive4peace

  *
    :) have an awesome day :)
  *







- Show quoted text -

I beleive it is not piece code, because it is a simple assign
statement.
It must under some situation that VBA can not execute in break mode

Thanks again,
 
S

strive4peace

Not all VBA has problems -- ActiveControl, for instance, will be an
issue -- that is why I asked you to post the code.

If you know there is a statement that can't be executed when you are
stepping through code, you can set a break point after that statement,
then press F5 to get there...

pressing F8 executes one statement at a time

press F5 to continue execution automatically


Warm Regards,
Crystal

remote programming and training

Access Basics
8-part free tutorial that covers essentials in Access
http://www.AccessMVP.com/strive4peace

*
:) have an awesome day :)
*
 

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

Similar Threads


Top