Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Report to the front from behind of the form

Status
Not open for further replies.

teqtaq

Technical User
Nov 18, 2007
197
US
I have a form, it set to pop-up when used double-clicked on .mdb
Then user pickes out values from the cmb box and pushes the button to run the Report.
Report appearing behind the Form.
How can I make it to appear in fron of the form?

Thanks
 
Have you tried ReportObjectName.SetFocus?

"Don't be irreplaceable. If you can't be replaced, you can't be promoted."
 
All right, I have written before Report Opens Me.Visible=False and on Report Close Private Sub

Report_Close()
Forms!Reports.Visible = True
End Sub

Thanks and if you can advice me on error hendler if something goes wrong...thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top