Unwanted window that opens itself

  • Thread starter Thread starter JAL
  • Start date Start date
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
 
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.
 
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.
 
Back
Top