L
LenP
I am trying to do a print preview using:
DoCmd.OpenReport strReportName, acViewPreview, , , acWindowNormal
The DoCmd is called in a function "cmdOpenReport (strReportName As String)"
For some reason the focus stays on the SwitchBoard window. How can I get
the focus to the PrintPreview window?
TIA,
Len
DoCmd.OpenReport strReportName, acViewPreview, , , acWindowNormal
The DoCmd is called in a function "cmdOpenReport (strReportName As String)"
For some reason the focus stays on the SwitchBoard window. How can I get
the focus to the PrintPreview window?
TIA,
Len