Repport Problems

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 stBonCommande, acPreview, , strWhere,
acDialog

DoCmd.OpenReport stPiece, acPreview, , strWhere, acDialog

DoCmd.OpenReport stTime, acPreview, , strWhere, acDialog

DoCmd.OpenReport "Repbro", acPreview, , , acDialog

DoCmd.OpenReport "RepSer", acPreview, , , acDialog

Thanks
 
Top