Form in Background

nvus

Registered User.
Local time
Today, 12:33
Joined
May 11, 2007
Messages
14
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
 
Resolution:

DoCmd.OpenReport stDocName, acViewPreview
DoCmd.SelectObject acReport, stDocName
 

Users who are viewing this thread

Back
Top Bottom