简体   繁体   English

MS Access报告问题?

[英]MS Access reports issue?

I have an already existing report that runs off a particular query. 我已经有一个运行特定查询的报告。 This report runs perfectly. 该报告运行良好。 I was having an issue with one of the CLIENTs for the report, where I had to change a small piece of information. 我在报告的一位客户中遇到了问题,我不得不更改一小部分信息。 This required me to run some VBA code and insert all the info into a temp table. 这需要我运行一些VBA代码并将所有信息插入到临时表中。 I'd like to run the same exact report, however, instead of using a query, to use the tempInfo table. 我想运行相同的确切报告,但是要使用tempInfo表,而不是使用查询。 Is there a way for me to do that? 我有办法吗? it's okay if I create another report, but the first report is somewhat complicated - so it would save a lot of time if I could just copy and paste at least the GROUP, SORT TOTAL so my data is displayed correctly. 创建另一个报告也可以,但是第一个报告有点复杂-因此,如果我可以至少复制并粘贴GROUP,SORT TOTAL,这样可以节省很多时间,因此我的数据可以正确显示。 ANy suggestions? 有什么建议么?

Copy the report that you are wanting to use and paste it in the navigation menu to create a copy of it. 复制您要使用的报告,然后将其粘贴到导航菜单中以创建它的副本。

To use the "Temp Table" in your report, just go into design view of the newly copied report and change the Record Source to your "Temp Table." 要在报表中使用“临时表”,只需进入新复制的报表的设计视图,然后将“记录源”更改为“临时表”。

You may also need to change the control source of any textboxes, labels, etc.. 您可能还需要更改任何文本框,标签等的控制源。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM