質問編集履歴

1

コード一部修正

2021/04/19 08:28

投稿

rarara_123
rarara_123

スコア11

test CHANGED
File without changes
test CHANGED
@@ -60,7 +60,7 @@
60
60
 
61
61
  'SQL、更新
62
62
 
63
- Dim cm As New OleDb.OleDbCommand("UPDATE tables (Set [出勤時間(時)] = :11 where 日付 = :1", cnAccess)
63
+ Dim cm As New OleDb.OleDbCommand("UPDATE table2 (Set [出勤時間(時)] = :11 where 日付 = :1", cnAccess)
64
64
 
65
65
 
66
66