A family of Microsoft relational database management systems designed for ease of use.
While I agree with Tom and Don, there are things you can do to provide a level of security that will inhibit all but a dedicated person.
First, you need to create a menu system for the application so that users only see this menu when they log in.
Second, you to hide the Nav Pane and disable Special Access keys.
Third, you need to compile the app to an accde and distribute that as a front end.
Fourth, you need to establish Traverse access to the folder where the back end resides so users cannot navigate to that folder.
Fifth, the menu system should open a form. On that form, in the On Open event you would lock the form against editing if the date was earlier than the current date. Also on that form would be an edit button that would prompt for a password to override the form lock.
Sixth, you would put a data macro on the table to audit any changes to the table just in case someone does get that far.
With those provisions, you would defeat all but the most determined hackers.