I have some value in my main table:All_Table
A columh(Net_Logi n) with value:"xyz"
I have a string:strValue
I want to insert/update(which will work fine?)my table"All_table ",strvalue where xyz found.
What i tried and saya error msg'Semicolon (;) missing '
Code is:
Code:
strUpdateTbl = "INSERT INTO All_Table (Net_Login) VALUES (" & strvalue & ")
Leave a comment: