S
silkworm
Hi, I couldn't figure why my program throw an "3075" when it comes to
this line.
DoCmd.RunSQL "UPDATE CHIPLOT SET Comment = '" & CStr(TempComment) & _
"' WHERE ID = " & CLng(Me.LotList.Column(0,
Me.LotList.Value + 1)) & _
";"
quotation marks in query statements. If anyone can point to a good
reference site for it, I would appreciate it.
Thanks
this line.
DoCmd.RunSQL "UPDATE CHIPLOT SET Comment = '" & CStr(TempComment) & _
"' WHERE ID = " & CLng(Me.LotList.Column(0,
Me.LotList.Value + 1)) & _
";"
a problem with the quote marks. But I am unfamiliar with the rules ofFrom searching the archives of this group it seems likely that this is
quotation marks in query statements. If anyone can point to a good
reference site for it, I would appreciate it.
Thanks