Pop-Ups

D

Devlin

I am working with pop-up dialogs and would like to work out a problem I am
facing. It seems that when a pop-up calls another pop-up, then the called
pop-up is closed, focus moves to the Access window instead of the guy who
called the last pop-up.

This is most annoying. I have developed a work around, but it is labor
intensive to do this for each of the pop-ups I use. Does anyone have
knowledge about this quirk and can you offer some suggestions?

Any help is appreciated!!!
 
T

tina

you could try making your pop-up forms modal, as well. or try using a
SelectObject command when the second pop-up closes, to explicitly select the
calling pop-up form. that's only one additional line of code, not so bad.

hth
 

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