How to prevent from deleting attachment

c/s design. In my database,i share docs with other.When the doc have attachments,other people can delete

the attachment in client.

And the other must be Editor to my database.They can write,read and edit the doc.

In this condictions,how can i prevent them from deleting attachments or how can i design the attachment rightclick menu.

Subject: a controlled access section should do the job

if you put the rich text field where the attachments go into a controlled access section to which only users with a specific role have access, then that should do the job.

  • florian