I know this kind of problem has been posted many times, but I just want to know if my specific situation calls for something different. I'm using Access 2007 SP3 on a Windows 7 Home Premium SP1 PC. My problem is that if my form is popup but not modal, then Alt-Tabbing out of Access and back in will make my form lose focus. Curiously, if I DON'T use Alt-Tab to switch to another application, i.e. if I mouse-click away to another application and mouse-click back to Access, then my popup form will STAY ON FOCUS. If the form is modal, then Alt-Tab won't make it lose focus (the way modal forms are supposed to be). But I can't use modal forms because I need more than one form open at a time. And of course, forms that are neither popup nor modal don't lose focus after Alt-Tabbing. But I need popup forms, because my forms are large and I need them to go beyond the boundaries of the Access application window. Anyone has any thoughts how to make popup-but-not-modal forms stay on focus after Alt-Tab?
A side issue is that DoCmd.OpenForm can only open a form that is both popup and modal (when window mode is set to acDialog), but not either popup or modal. Is it possible to make it open a form that is popup but not modal, the kind of forms I need? Thanks in advance for any assistance.