VB code issue

R

redrover

The database I created using Access 2003 is opening multiple VB code windows
when I access the VB code for an event. I have no idea when this started or
what could be causing it. Any ideas or suggestions for troubleshooting?
 
K

Kevin B

When you open the VBE it opens up all the code modules you only see multiple
windows when the module window pane is not maximized.

This is just normal behavior. To not view all you code windows just
maximize the current code window.
 
Top