【发布时间】:2018-04-30 14:18:58
【问题描述】:
Dim StoreNoToUpdate As String
Dim Marsha As String
StoreNoToUpdate = "ABCXYZ123"
Marsha = "hi"
db.Execute "Update TblLodgingReport set [MarshaCode]= 'Marsha' where [Store Number ID]= 'ABCXYZ123'"
我正在尝试在“ABCXYZ123”位置更新“hi”。但它不是粘贴“hi”,而是粘贴“Marsha”。
【问题讨论】: