Search results

  1. J

    Question Need VB coding for access data base to save the value in text box using save button

    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 &...
  2. J

    Question Need VB coding for access data base to save the value in text box using save button

    I am Getting Run time error 3061 Too Few Parameter. Expected 20.
  3. J

    Question Need VB coding for access data base to save the value in text box using save button

    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...
Back
Top Bottom