Good day to you all!
so i'm using this code to update my table "Dokumentation" but i noticed that it's not updating the table unless i remove the lines :
"',Anruf_2 = '" & Me.txtAnruf_2 & _
"',Anruf_3 = '" & Me.txtAnruf_3 & _
if the lines are inside the code nothing will update, however if i...