Multi-User Access
I'm working on a solution which will live on a network drive, to be accessed by multiple users asynchronously. Specifically, I have several "database" tables that users will add rows to, where the rows then contain links to their full submitted datatable. Is there any built-in way to manage file access permissions in a situation like this? I want to avoid a situation where a user opens the "datab...