M
Matt
I have tried using acHidden to hide my report but after running the
report a couple of times in succession the report window begins
showing up again. Does anyone have any suggestions for keeping a
report hidden. The reason I want to keep the report window hidden is
because I open (output to Word) the report in Word and I don't want to
confuse the user with multiple versions of the report popping up.
Thanks, Matt
Here's the code:
DoCmd.OpenReport "Project History", acViewPreview, , strWhere,
acHidden
DoCmd.OutputTo acOutputReport, "Project History", acFormatRTF,
strpath1, true
report a couple of times in succession the report window begins
showing up again. Does anyone have any suggestions for keeping a
report hidden. The reason I want to keep the report window hidden is
because I open (output to Word) the report in Word and I don't want to
confuse the user with multiple versions of the report popping up.
Thanks, Matt
Here's the code:
DoCmd.OpenReport "Project History", acViewPreview, , strWhere,
acHidden
DoCmd.OutputTo acOutputReport, "Project History", acFormatRTF,
strpath1, true