質問編集履歴

1

a

2021/10/14 07:44

投稿

Chandler_Bing
Chandler_Bing

スコア673

test CHANGED
File without changes
test CHANGED
@@ -14,9 +14,9 @@
14
14
 
15
15
  ```VBA
16
16
 
17
- DoCmd.TransferText acImportDelim, , "インポート定義1", _
17
+ DoCmd.TransferText acImportDelim, "Seiseki インポート定義1", _
18
18
 
19
- "table_1", path
19
+ "table_1", path
20
20
 
21
21
  ```
22
22