Results 1 to 9 of 9

Thread: How do I auto save individual form control changes to a SQL database?

Threaded View

  1. #1

    Thread Starter
    Lively Member Christhemist's Avatar
    Join Date
    Sep 2016
    Location
    Nevada
    Posts
    116

    How do I auto save individual form control changes to a SQL database?

    I have a form that exists on a tab control and I want to automatically save any changes "TextChanged" back to the original SQL database. But I just want to save the content of that particular control and not the whole form. I need to do this for all controls on the form, whether it be a checkbox, combo box, text box, etc.

    Is there a way to listen for what control is being changed, then updating the SQL database for that particular control?

    Note: All controls on the form represent some field in the SQL database. Again, I only want to update the field that corresponds with the control upon any changes.
    Last edited by Christhemist; Dec 13th, 2019 at 01:41 PM.

Tags for this Thread

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