brsawvel
10-22-2007, 03:07 PM
When I open a report by a command button within a form, it opens behind the form. Is there a way to have it open in front of the form?
|
View Full Version : Report opens behind form brsawvel 10-22-2007, 03:07 PM When I open a report by a command button within a form, it opens behind the form. Is there a way to have it open in front of the form? Zigzag 10-22-2007, 03:14 PM Try setting "POP UP" or/and "Modal" to yes on your report. You can find then on the "Others" tab of the report properties. Garry brsawvel 10-24-2007, 03:44 AM That fixed it, thanks for the help. |