add one record to access database with C#.net form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • buddyr
    New Member
    • Apr 2007
    • 105

    add one record to access database with C#.net form

    Hello,
    I have an C#.net form with two textboxes bound to access database with two fields in one table.
    is it possible have user be able to open form and enter data into two textboxes and hit a button to enter one record into database?
    I don't want user to be able to navigate records.
    if possible- can you point me in direction of how to start workin on this?
    thank you
  • ThatThatGuy
    Recognized Expert Contributor
    • Jul 2009
    • 453

    #2
    obviously you can do it.....
    grab a good ebook on

    Comment

    • buddyr
      New Member
      • Apr 2007
      • 105

      #3
      thank you - will check out book-
      so far binding source, binding navigator control, and datagrdiview are only thing I see in books- have run into sql ( search criteria builder) now - maybe that will lead me what I want-
      have made a example database with 2 fields and a form with 2 textboxes- just to simplify and understand the process of entering one record from a form to one table in database- because want to limit users view of anyting but what they are entering

      Comment

      Working...