CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2000
    Posts
    19

    Need More Help on Access DB in VB

    I got DB show up in the text fields but when I make a change to a TextBox it don't save to the DB

    How do I get it to do that

    Thanks in Advance
    Donny S.


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: Need More Help on Access DB in VB

    After the user has finished with that row, do they close the form, or can they move to another record? In either case, you should have a "Save" button on the form and if they try to move off that record, ask them to save changes. If they say yes then issue an UPDATE statement to the table to save the information they have just entered.

    HTH,
    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

  3. #3
    Join Date
    Jan 2000
    Posts
    19

    Re: Need More Help on Access DB in VB

    When I do that it updates the first record in the DB and not the one i just looked up


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