View Full Version : Report Focus


IanT
03-04-2005, 06:03 AM
I us a form with combo box to filter the data for a report, when I run this the report appears behind the form. Can this be fixed so the report appears in front of the form!

Thanks in advance.........

Uncle Gizmo
03-04-2005, 06:59 AM
It sounds like your form maybe modal, tried changing that setting. Also you could add code so that when you call the report the form is set to invisible. >>>visible=false<<<<