Copy a form and make it a popup (1 Viewer)

If you close the form and pop open, you may want to have it return to the same location it was in.
As far I know the only way to move document tabs is to open them in the correct order. So prior to opening the popup read the form's collection which will have the forms in the order as opened. Save that list somewhere like a collection. Pop up the form and close the tabbed version. When you close the pop up then close all the forms and reopen in the original order. This will give more of an illusion of popping open and then returning.
 

Users who are viewing this thread

Back
Top Bottom