cnn.Execute "update tab_saidaproduto set total = total + 11 where nota = " & txt_codigo.Text & ""
A linha acima funciona, mas a linha abaixo não. Por quê?
cnn.Execute "update tab_saidaproduto set total = total * 11 where nota = " & txt_codigo.Text & ""