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.
是否有通过 VBA 打开报告的命令 - 目前我使用了 docmd acViewPreview 但这并不能真正解决问题,因为打印预览不能让您很好地查看计算机上的报告。我需要的是“报告视图”,就像他们从导航窗格中“双击”报告一样。
看起来这应该非常简单,appologies,我习惯于使用表单而不是报告。
先感谢您。
DoCmd.OpenReport "rptYourName", acViewReport
DoCmd.OpenReport "name_of_your_report", A_PREVIEW