N nvus Registered User. Local time Today, 06:13 Joined May 11, 2007 Messages 14 Nov 8, 2007 #1 How can I set the form to background when opening a report, w/o using IsLoaded to visible. I don't want the form invisible, I want it set to the background of the Opening report. Thanks
How can I set the form to background when opening a report, w/o using IsLoaded to visible. I don't want the form invisible, I want it set to the background of the Opening report. Thanks
N nvus Registered User. Local time Today, 06:13 Joined May 11, 2007 Messages 14 Nov 8, 2007 #2 Resolution: DoCmd.OpenReport stDocName, acViewPreview DoCmd.SelectObject acReport, stDocName