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.
 
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.
 
Back
Top