Forms Appearing Underneath

Novice1

Registered User.
Local time
Today, 05:27
Joined
Mar 9, 2004
Messages
385
I have a form1. From that form1 I open form2 which typically appears in front of form1 (okay). Recently, form2 pops up but under form1. If I move form1 I can access form2.

What can be causing this problem? How to I get form2 to always appear on top.
 
2, It should always open on top of 1.
But if not, open 2 again and it will be on top.(but it doesn't open it twice)
 
Maybe on the form 2 open event do something like:

application.Forms.Item("Formx").SetFocus
 

Users who are viewing this thread

Back
Top Bottom