I have following code that gives me error 3464 "type mismatch criteria".
I am certain it has the do with this line,
dubbel = "Bestelbon = " & Me.txtBestelbonNew.Value
The value in the textbox is saved as short text in the table. I've tried to put in in single quotes, double quotes. But...