Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使った
Docmd.OpenReport "Report1"
別のフォームから、実際にレポートを表示せずにレポートを印刷したいだけのようです。レポートを印刷ではなく表示したい
acView 引数を acViewPreview に設定します。
docmd.OpenReport "Report1", acViewPreview
アクセス ヘルプには、次の AcView 定数のいずれかを使用できると記載されています。
acViewDesign acViewNormal acViewPreview
acViewNormalがデフォルトで、レポートをすぐに印刷します。