I have a conceptual question that may help me understand what a save button actual does if written correctly.
My thought is that when a record is retrieved from the database and displayed on a form , the fields are not bound to the database. When the save button is clicked it takes the information filled in on the form and updates the underlying record in the database. This is opposed to have the record bound to the field where it is updated automatically once the record is changed.
Would I be correct in saying that? I am trying to get a good understanding of what is actually happening in order for me to create a database more efficiently. Pick my thoughts apart if you need to. I am trying to learn as much as possible.
Thanks
Ian
My thought is that when a record is retrieved from the database and displayed on a form , the fields are not bound to the database. When the save button is clicked it takes the information filled in on the form and updates the underlying record in the database. This is opposed to have the record bound to the field where it is updated automatically once the record is changed.
Would I be correct in saying that? I am trying to get a good understanding of what is actually happening in order for me to create a database more efficiently. Pick my thoughts apart if you need to. I am trying to learn as much as possible.
Thanks
Ian