C
cj
I have a secured database I created. I need to add a new
user group that can go in and add/update information, but
not change existing data. Is there an easier way to 1)
add new users and set passwords and 2)Set permissions for
a new user group. It appears that to set up a new user
group, one must to go through every object in the
database and set the permissions for each object
individually. Also, it looks like setting passwards for
new users requires that I log on as that user set the
password, log out, log back on as the next user, etc.
This is pretty cumbersome and time consuming. BTW I'm not
much of a code writer kind of person... Thanks in
advance for the help..
user group that can go in and add/update information, but
not change existing data. Is there an easier way to 1)
add new users and set passwords and 2)Set permissions for
a new user group. It appears that to set up a new user
group, one must to go through every object in the
database and set the permissions for each object
individually. Also, it looks like setting passwards for
new users requires that I log on as that user set the
password, log out, log back on as the next user, etc.
This is pretty cumbersome and time consuming. BTW I'm not
much of a code writer kind of person... Thanks in
advance for the help..