Change an encrypted view in an Access project
You can encrypt views to prevent a user from changing the view. However, once
you encrypt a view, you can't change it's design. If you anticipate the need to
revise an encrypted view, save the SQL in a text file in a secure location
before you encrypt it.
To change an encrypted view:
- Delete the old encrypted view.
- Create a new view with the same name.
- Cut and paste the SQL statement from the saved text file into the SQl pane of the
new view.
- Revise the new view as needed.
- Save the revised SQL statement in a new text file in a secure location
- Encrypt the new view. Additional information on encrypting views can be
found in Microsoft SQL Server Help.