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.
我有一个访问查询,它创建一些输出,3 列名为例如A、B和C。
我想创建一个函数,我可以在其中自动将此查询输出到没有标题行的文本文件。我目前正在将文件输出到 excel 然后打开文件并删除第一行。然后,用户必须从 excel 转换为文本。
您可以使用 TransferText 方法:
DoCmd.TransferText acExportDelim,,"myQuery", "D:\temp\myquery.txt"