One on top of another

Awes

Usually Confused
Local time
Today, 03:51
Joined
Aug 20, 2002
Messages
34
Hi

This problem probably has a very simple solution but is now starting to drive me nuts, to the point that I must be missing the obvious.

When my database opens the user is presented with a Title Screen and the option to continue or exit.

When this title screen opens it checks the day of the month and if it is between two pre-specified dates another form opens to provide the User with a reminder to carry out a specific task.

The User then clicks on a button to close the second form down. It is not required to trigger anything automatically just remind the User about a task to perform.

The second form opens as specified except that it is hidden behind the Title Screen.

The question is how, when this seceond forms opens do I make it the active form so that it sits on top of the Title screen?

I told you it was an easy problem.

Many thanks in advance for the solution.

Confused as always

Awes.
 
Set the Pop Up and Modal properties of the Title Screen form to "No". They are most likely what is keeping that form on top.
 
Hi Paul

Thanks for the pointer.

The Title Screen properties were already set to No, but setting the popup property on the other form to Yes solved the problem.

Cheers

Awes
 

Users who are viewing this thread

Back
Top Bottom