CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Feb 2010
    Posts
    15

    How can I save input data in Access

    Can anybody help me? Saving input data in access.

    Written code:
    Private Sub Command2_Click()
    ado1DailyIncome.Recordset.Fields("Quntity") = Text2.Text
    ado1DailyIncome.Recordset.Fields("Amount") = Text3.Text
    ado1DailyIncome.Recordset.Fields("TQuntity") = Text17.Text
    ado1DailyIncome.Recordset.Fields("TAmount") = Text18.Text
    ado1DailyIncome.Recordset.Update
    End Sub
    Attached Images Attached Images
    • File Type: jpg a.jpg (12.7 KB, 103 views)
    Last edited by viv345; March 3rd, 2010 at 07:42 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured