One of the benefits of the SQL Server version of EZLease is that multiple people can use the same database simultaneously, with full read/write access (i.e., everyone can make updates to the database at the same time). This, of course, results in the potential for more than one person to attempt to change a single lease record at the same time (or more precisely, that two people display the original version of the lease on their screen, and each makes changes and then attempts to save those changes).
When EZLease recognizes that there has been a change to the record in the database since you displayed it on your screen, it warns you:
Choose Reload to erase the changes you’ve made and display the record with the changes made by the other user, Overwrite to store your changes and erase the changes made by the other user, or Cancel to return to the input screen without saving the changes.