Hey everyone,
I have a database that users use monthly for some financial reporting, I'm trying to prevent users who use the database from going back and editing data for previous months. (Ex: going back to January to edit data when it is March)
The database is based off of 1 table. I was hoping that I could just filter the table for the month/year I wish to lock and lock down those records. Is this possible? If not, any other solutions?
Thank you all!
I have a database that users use monthly for some financial reporting, I'm trying to prevent users who use the database from going back and editing data for previous months. (Ex: going back to January to edit data when it is March)
The database is based off of 1 table. I was hoping that I could just filter the table for the month/year I wish to lock and lock down those records. Is this possible? If not, any other solutions?
Thank you all!