Unwanted window that opens itself

J

JAL

I developed an application using Access 2003. I used the switchboard
manager to build a menu, but whenever I click in an option (which contains
some VB code) it opens the window "Microsoft visual basic".

Besides that the application behaves just fine.

Any ideas?

Thanks
 
J

Joseph Meehan

JAL said:
I developed an application using Access 2003. I used the switchboard
manager to build a menu, but whenever I click in an option (which
contains some VB code) it opens the window "Microsoft visual basic".

Besides that the application behaves just fine.

Any ideas?

Thanks

I would guess there is an error in the code.
 
V

Van T. Dinh

Did you get any error message before the VBE window opened?

Occasionally, there may be a phantom break in your code that seems to get
stuck when you insert a manual break for debugging.

If this is the case, open any code window, type a few spaces at the end of
any line, move the focus to another line. Use the Menu Debug / Clear All
Break Points ..., recompile and save your code. Hopefully, this will get
rid of the phantom break points.
 

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