When I open MyReport using the following code:
DoCmd.OpenReport "MyReport", acViewPreview, "", "", acDialog
Access 2007 nicely shows me the report but I cant print it.
When I use:
DoCmd.OpenReport "MyReport", acViewPreview, "", "", acWindowNormal
I can print it but I cant display it in...