Darn! I was doing so well, now I forgot how...
Have a form that gathers parameters for a report that will display on the screen. When the report runs the form remains displayed and on top, covering the report.
I would like the report to be on top when it is displayed. I'm thinking to keep the form visible so the user can go back to the form and rerun the report with different parameters.
How would I do this?
I think I need to let you know a couple of the properties of the form? Pop Up = Yes, Modal = Yes (But, you already knew this from my description).
Have a form that gathers parameters for a report that will display on the screen. When the report runs the form remains displayed and on top, covering the report.
I would like the report to be on top when it is displayed. I'm thinking to keep the form visible so the user can go back to the form and rerun the report with different parameters.
How would I do this?
I think I need to let you know a couple of the properties of the form? Pop Up = Yes, Modal = Yes (But, you already knew this from my description).