Table go to front and form go to back

A

an

Trough a command button on a form, I open a table to add
new records, but the form stay to front.
How is possible to invert this postions, please?
Tanks in advance.
an
 
W

Wayne Morgan

You would need to use an API call to move the other subwindow to the front.
However, the best answer is don't open the table. Create a form to do the
entries. You can then open the form as a pop-up, which will be in front and,
if you desire, can be set to prevent access to the other form until the
pop-up is closed.
 
A

an

Ok, AB

But the form already it is with Yes in Popup property...
Thanks for your help.
an
 
A

Allen Browne

I may have misunderstood what you were after.

If you do *not* want the form to stay in front, the open it with its Popup
property set to No.
 
Top