I am using Apex 19.1. I am just learning to use this. When I create a Report/Form that has the ability to update and insert, any function or procedure I create will run both when I insert AND when I update. What can I do to differentiate these two? When I try to create any type of trigger on the Save/Update button, my form stops working when I click this button. There are processes I only want done if the record is being inserted, and I cannot find any documentation that will guide me to a way to separate the two actions. Please advise. Thank you.