Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

POP up forms

Status
Not open for further replies.

techkenny1

Technical User
Jan 23, 2009
182
AU
Hi

I have a form which is set to pop up. I also have another warning form which is pop up.
When the user goes to enter data on form1 the second form will go behind the other. Is it possible to be able to keep the 2nd form on top until it is closed. It is not possible to use the modal entry.

Many thanks,
 
Interesting... Not sure how you get around that. My first thought to try is to set the visible property of the first form to false when the second is opened and back to true when the second form closes.

Alternately you'd have to actually close the form and repopen it. Maybe you could save the values you are concerned about loosing in variables?
 
This is too obvious so I doubt it will help, but can a Dialog Box (MsgBox command) take care of Form 2?

[purple]If we knew what it was we were doing, it would not be called
research [blue]database development[/blue], would it? [tab]-- Albert Einstein[/purple]​
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top