如何在 MS-Access 97 中以编程方式访问报告工具栏
我在 Access 97 中有一个项目,我必须添加将报表导出到 Excel 的功能。当您在程序中运行报告时,已经可以导出到 Word 和 Excel,尽管 Excel 仅包含某些标题。
通过研究,我发现我也许可以使用 OutputTo 使其工作,但不幸的是我无法尝试此操作,因为我无法在报告视图中找到工具栏的代码。我找到了真实的报告。我从未使用过任何版本的 Access,所以我只需要添加一个宏还是必须以不同的方式处理此问题?我找不到代码所在的位置。
I have a project in Access 97 that I have to add the ability to export a report to excel. When you run the report within the program there is already the ability to export to word and to excel though the excel only some of the headers.
Through research I found that I might be able to get it to work using OutputTo but unfortuneately I can't attempt this because I am unable to find the code for the toolbar in the report view. I found the actual report. I have never used Access of any version so do I just need to add a macro or do I have to approach this a different way? I can't find where the code is already located.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
可以将宏与 TransferSpreadsheet 操作一起使用,也可以使用 VBA 代码将其导出,如下所示:
either use a macro with the TransferSpreadsheet action, or export it with VBA code like this: