B
BruceM
I am working on a database that is going to be deployed on the network soon.
I will be splitting the database. The front end will be the same for
everybody, as far as I know. Everybody should be able to view it. There is
no confidential information.
As things are now with the Word/paper version of the process, each of the
four sections of the Recommendation is signed upon completion. I would like
to carry this forward to the database, so that after completing, say, the
follow-up, the person who did so can select his or her name from a combo
box, then be prompted for a password. I can do this with a pop-up password
form that is part of the combo box Before Update event, which would be
adequate except that I am also one of the people who will be using the
database, so I should not be able to go in and alter password-protected
information. In other words, I have to keep the passwords secret from
myself.
Maybe I'm on the wrong tack here, but I really don't know how to begin. A
Google groups search produced nothing, perhaps because I was unable to find
a way to phrase the question. I know I can employ user-level security (I
haven't done so on a live database, but I have looked at the instructions
for doing so, and am condfident I could implement it), but I don't see how
that would help with this particular situation.
I will be splitting the database. The front end will be the same for
everybody, as far as I know. Everybody should be able to view it. There is
no confidential information.
As things are now with the Word/paper version of the process, each of the
four sections of the Recommendation is signed upon completion. I would like
to carry this forward to the database, so that after completing, say, the
follow-up, the person who did so can select his or her name from a combo
box, then be prompted for a password. I can do this with a pop-up password
form that is part of the combo box Before Update event, which would be
adequate except that I am also one of the people who will be using the
database, so I should not be able to go in and alter password-protected
information. In other words, I have to keep the passwords secret from
myself.
Maybe I'm on the wrong tack here, but I really don't know how to begin. A
Google groups search produced nothing, perhaps because I was unable to find
a way to phrase the question. I know I can employ user-level security (I
haven't done so on a live database, but I have looked at the instructions
for doing so, and am condfident I could implement it), but I don't see how
that would help with this particular situation.