debugging issues

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
I'm having a strange issue when I step through my code.
I have a 'main' form, from which I open a 2nd form. Both forms remain open.
If I use a break point in code that runs behind the 2nd form, when it gets
triggered, then I step through the code, and get to a point where the 2nd
form should be displayed again, it always closes down, and goes back to my
'main' form.
Any suggestions why this may be happening?
It's making debugging very difficult!
TIA
Amber
 
Amber, can you post the code that's doing this? It'll be a lot easier to
nail it down from there.

bill
 

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

VBA Debug Issue 2
Forms Flow 7
Access Main form/Subform Navigation 0
Opening form unexpectedly closes other form 0
XL2003: VBE Won't let me break into running code 7
Debugging issues 1
OnClose event? 1
Javascript Debugging 1

Back
Top