C
Chris
Hi
I'm opening my report from a form and I'm opening it as
acDialogue but in this case I'm enable to access the
print option how can I fix this problem
And I have four Report I have to open at the same time so
I want the user to visualise and after to print
This is what I put as code:
DoCmd.OpenReport stPiece, acPreview, , strWhere, acDialog
DoCmd.OpenReport stTime, acPreview, , strWhere, acDialog
Who can I resolve this problem of printing with the
acDialog?
Thanks
I'm opening my report from a form and I'm opening it as
acDialogue but in this case I'm enable to access the
print option how can I fix this problem
And I have four Report I have to open at the same time so
I want the user to visualise and after to print
This is what I put as code:
DoCmd.OpenReport stPiece, acPreview, , strWhere, acDialog
DoCmd.OpenReport stTime, acPreview, , strWhere, acDialog
Who can I resolve this problem of printing with the
acDialog?
Thanks