Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/vba/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
在ms access报告vba中复制报告字段_Vba_Ms Access_Report_Ms Office - Fatal编程技术网

在ms access报告vba中复制报告字段

在ms access报告vba中复制报告字段,vba,ms-access,report,ms-office,Vba,Ms Access,Report,Ms Office,我想创建一个按钮,用于复制来自表单的报表中的字段,但我不知道如何在VBA中编写VBA隐藏按钮。我相信这很简单,但我想不出来。如果您能帮助我,我将不胜感激。要将Access 2007表单转换为报表,请执行以下步骤: Open the database containing the form. Click the name of the form in the Navigation pane. Click the Microsoft Office button. Point to Save As a

我想创建一个按钮,用于复制来自表单的报表中的字段,但我不知道如何在VBA中编写VBA隐藏按钮。我相信这很简单,但我想不出来。如果您能帮助我,我将不胜感激。

要将Access 2007表单转换为报表,请执行以下步骤:

Open the database containing the form.
Click the name of the form in the Navigation pane.
Click the Microsoft Office button.
Point to Save As and then click Save Object As.
Click in the Save "Form_Name" To text box and enter a name for your report.
Click the drop-down arrow in the As text box and select Report from the list, then click OK.

不需要VBA。

这不是一个用户从头开始为您编写代码的网站。在你这边展示一些编码工作。此外,文章中的陈述过于笼统,让我们猜测到底需要什么。