Table go to front and form go to back

  • Thread starter Thread starter an
  • Start date Start date
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
 
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.
 
Ok, AB

But the form already it is with Yes in Popup property...
Thanks for your help.
an
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top