If you set form A popuop to no it does not work the same way as all the other
forms. I am not using tab style forms. I am using the old fashion way of
Access. Click a button and up comes a form,,etc
> Check the PopUp Property of the first form mybe it set to Yes, so every thing
> that
[quoted text clipped - 5 lines]
> > When I do a macro for a double click on a text box to open a Form B, the form
> > B opens behind form A. How do I get form B to open ontop of form A?
Rick Brandt - 31 May 2007 14:12 GMT
> If you set form A popuop to no it does not work the same way as all
> the other forms. I am not using tab style forms. I am using the old
> fashion way of Access. Click a button and up comes a form,,etc
Popup objects are on top of all other objects except for other popup objects
that are opened afterwards. So if A is a popup AND B is a popup then B
should be on top of A. If A is a popup then there is no way to make B
appear on top of A except to also make B a popup.

Signature
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
jahoobob - 31 May 2007 21:28 GMT
Sorry Rick, but I have a popup Form A and am able to open a popup form B in
front of it. I can also select either form and it will take the focus and be
in front of the other (Access 2003.) I don't understand why your forms
aren't "behaving."
>> If you set form A popuop to no it does not work the same way as all
>> the other forms. I am not using tab style forms. I am using the old
[quoted text clipped - 4 lines]
>should be on top of A. If A is a popup then there is no way to make B
>appear on top of A except to also make B a popup.