Report wont Print

  • Thread starter Thread starter Mike Varigos
  • Start date Start date
M

Mike Varigos

Hi guys,
Need some help, Have a report that refuses to print,
My code looks like this;
Private Sub cmdPrint_Click()
DoCmd.OpenReport "rptBuyerbyProperty",
acViewNormal, , "PropertyId = " & mintPropertyId
End Sub
When I change the report view to acViewPreview and
cmdPrint_Enter() it previews fine so i'm just lost as to
what it might be.
Any Ideas??
Let me Know
Cheers Mike V
 
Mike:

When you say it won't print, you don't indicate what occurs. do you get
blank pages? No output?

Have you tried switching to:

1.) A different printer?
2.) Increasing the resolution or dpi?
3.) Checking for updated printer drivers from your printer manufacturer?
 
Back
Top