NOW i am getting Run time error 3129
Invalid SQL Statement; expected 'DELETE','INSERT','PROCEDURE','SELECT' OR 'UPDATE'
AFTER UPDATING BELOW CODE
Private Sub Save_Click()
Dim strSQL As String
strSQL = strSQL & "Insert Into [SalesTable] ("
strSQL = strSQL & "[Contact Date],"
strSQL = strSQL &...
Hi
I have a table with the heading and the text box name as mention below
I have a save button in the Form
I need VB coding to save the date which is update in the text box to the Table and once update need to get a message box saying it is saved and all the value in the text box should be...