0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Accsess使い方

Posted at

インポートマクロ

テーブル枠を作る
テーブルごとにインポート定義を行う
 テーブル右クリック「テキストエクスポートウィザード」
 設定
 定義
 インポート・エクスポート設定
マクロに記載
"""
'------------------------------------------------------------
' 個票データ_集計用のインポートマクロ
'------------------------------------------------------------

Function インポート()
On Error GoTo インポート_Err
DoCmd.TransferText acImportDelim, "jyouritu", "jyouritu", h_Save & "jyouritu.csv", True, ""

"""

といった感じ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?