A
April
I have an Access application which includes a button on a
form to Preview a report. The Preview works fine, and
there is data in the report, however when I try to Print
the report, the "Now printing..." dialog flashes then goes
away and the report never gets into the print queue, thus
doesn't print. (If I open the report directly, I can print
it fine.) Any suggestions?
Note: here's my (auto-generated, except the Property ID
part) code for the button -
==========
Dim stDocName As String
stDocName = "PropertyInpectionReport"
DoCmd.OpenReport stDocName, acViewPreview, "PropertyID=" &
Me.PropertyID
=============
Thanks, April
form to Preview a report. The Preview works fine, and
there is data in the report, however when I try to Print
the report, the "Now printing..." dialog flashes then goes
away and the report never gets into the print queue, thus
doesn't print. (If I open the report directly, I can print
it fine.) Any suggestions?
Note: here's my (auto-generated, except the Property ID
part) code for the button -
==========
Dim stDocName As String
stDocName = "PropertyInpectionReport"
DoCmd.OpenReport stDocName, acViewPreview, "PropertyID=" &
Me.PropertyID
=============
Thanks, April