Hi,
One user of my database is getting the error below when clicking a save button.
The code behind the button sends an email and I wondered whether this was because the button had been clicked twice which would have caused the code to try running when it already was. However, I have tried to...