質問編集履歴
1
a
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,8 +6,8 @@
|
|
6
6
|
と実行時に表示されます。
|
7
7
|
|
8
8
|
```VBA
|
9
|
-
DoCmd.TransferText acImportDelim,
|
9
|
+
DoCmd.TransferText acImportDelim, "Seiseki インポート定義1", _
|
10
|
-
|
10
|
+
"table_1", path
|
11
11
|
```
|
12
12
|
|
13
13
|
原因はなにでしょうか?
|