I get a run time error -2147217913 (80040e07) when executing this statement:
strUpdate = "INSERT INTO Related_Entries (Related_To_Id," & _
"Related_To_Number,Related_From_Id," & _
"Related_From_Number,""Desc"") " & _
"VALUES ('" & objMaxRec.GetFieldValue("IDentification") & "'," & _
"'" & objMaxRec.GetFieldValue("Contact_Number") & "'," & _
"'" & dgContacts.Columns(3) & "'," & _
"'" & dgContacts.Columns(4) & "'," & _
"'" & relationType & "');"
Does anyone have an idea what the cause could be and how to solve it.
Thanks for your time.