In my Db i need to update 3 columns..Below is my code to update but giving me an error...Can anyone Plz help me with this...
Code:
str = "update [outer2] set [outer2].[Refno]='" & UserForm1.TextBox2.Text & "'"&","&[outer2].[Address]='"&UserForm1.TextBox1.Text & "'" ,[outer2].[Type]= '" & UserForm1.ComboBox1.Text & "'"
Comment