How to turn my "Edit" button into a "Stop Editing" button
I have AllowEdits set to False on my form. To avoid unwanted changes in the form I have created a button to allow editing only when it is pressed and it works great.
Now I'm wondering if there is a way to make my button turn into a Stop Editing button so that people can click it when they are done making changes to the form.