When working on a form, what is the difference between Insert and Update operations?
A. Insert creates a new record and Update saves changes, both remain on the formB. Insert creates a new record and Update saves changes, both exit the formC. Insert saves changes and exits the form, Update saves changes and remains on the formD. Inse...
