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.
A、B、Cなどの名前の 3 つの列の出力を作成するアクセス クエリがあります。
このクエリをヘッダー行なしでテキスト ファイルに自動的に出力できる関数を作成したいと考えています。現在、ファイルをExcelに出力してから、ファイルを開いて最初の行を削除しています。次に、ユーザーは Excel からテキストに変換する必要があります。
TransferText メソッドを使用できます。
DoCmd.TransferText acExportDelim,,"myQuery", "D:\temp\myquery.txt"