The Anything Database, Version 2, Part 6 - Editing a Record
Editing a record means giving the user the chance to make changes to an existing record. Update is where the real processing takes place. When update is used the original record is actually deleted from the file. A brand-new record is inserted into the old record’s position.