I have an Access database on a server split in back-end and front-end files (.mdb), so I give users the front-end file and the back-end file is kept in a server. I want users to access the DB and be able of edit and add records. However, I don't want them to access my server for security reasons, let's say a user deleting all files from the server or even worse. So I was thinking in give them reading-only permissions but in such case they won't be able of accessing the database from their computers.
How could I lock the access for the DB folder on the server without preventing the use of the front-end for accessing and modifying data?