M
muyBN
I'm trying to update an Access record with the following code but get the
above error when I run the code (on the line with "Execute"). Any suggestions?
Set dbDB = OpenDatabase("C:\Data\0\jbDB.mdb")
strSQL = "UPDATE jbDBTable SET sent = 'strDate' WHERE jbID='" & intjbID & "'
and CO='" & strCo & "';"
dbDB.Execute strSQL
dbDB.Close
above error when I run the code (on the line with "Execute"). Any suggestions?
Set dbDB = OpenDatabase("C:\Data\0\jbDB.mdb")
strSQL = "UPDATE jbDBTable SET sent = 'strDate' WHERE jbID='" & intjbID & "'
and CO='" & strCo & "';"
dbDB.Execute strSQL
dbDB.Close