I have a form with a 'Save' button. To keep certain users from editing the form, I've disabled the edit, add, and delete functions of the form based on the user's security level. When a user with a low security level opens the form, a message box pops-up that says "SaveRecord isn't available now....". It's good that the 'Save' isn't available since I don't want them to be able to change the record but I don't want the error message to come up. Is there a way I can stop this message from appearing? The form still opens after the user hit's 'OK' in the message box but I don't want them to have to do this.