Hi,
Hoping this is a simple one, my Google-Fu is letting me down today.
I'm trying to debug an issue with a form that's misbehaving. One of my VBA functions isn't working quite right, so I'm adding breakpoints to figure out what's going wrong. The problem I'm having is that each time I enter break mode the form hides itself behind the other form that I have open and I can't figure out how to bring it back into the foreground. I know I can disable the modal property, which is what I've done for now but is there another way to deal with this?
The issue I'm investigating only seems to occur when the navigation pane is disabled, so closing the first form isn't an option as that opens a particular record in the form I'm having trouble with
Hoping this is a simple one, my Google-Fu is letting me down today.
I'm trying to debug an issue with a form that's misbehaving. One of my VBA functions isn't working quite right, so I'm adding breakpoints to figure out what's going wrong. The problem I'm having is that each time I enter break mode the form hides itself behind the other form that I have open and I can't figure out how to bring it back into the foreground. I know I can disable the modal property, which is what I've done for now but is there another way to deal with this?
The issue I'm investigating only seems to occur when the navigation pane is disabled, so closing the first form isn't an option as that opens a particular record in the form I'm having trouble with