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
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