Hi all,
I'm currently working on a database which will be used by a decent number of people (around 50), and I'm working on ways to make sure it stays secure. One of the things I want to do is require a name to be associated with records which are appended/updated through queries which each user can run. The only way I know of to do this at the moment is by requesting that each user enter their name (which is obviously not the best idea) or sending each individual user a different FE which will automatically enter their names as a default value. I was just wondering if there was an easier, more central way of doing something similar.
Thanks in advance for the help!
I'm currently working on a database which will be used by a decent number of people (around 50), and I'm working on ways to make sure it stays secure. One of the things I want to do is require a name to be associated with records which are appended/updated through queries which each user can run. The only way I know of to do this at the moment is by requesting that each user enter their name (which is obviously not the best idea) or sending each individual user a different FE which will automatically enter their names as a default value. I was just wondering if there was an easier, more central way of doing something similar.
Thanks in advance for the help!