B
Bill Johnson
Can someone help me figure out what to use to search
through a table for a match then use that value?
I'm trying to add security to a particular field on a
form. Currently I'm using a Select Case statement to
evalutate the CurrentUser(), matching it to one of the
case statements then assigning a value to a variable based
on the match to allow the user to perform certain updates
on that field.
I would rather query a table of users, match the
CurrentUser() to the table and use a value assined in the
table.
Ideally, I would like to perform the same function based
on the security groups the users are assigned to.
Any ideas?
Bill Johnson
(e-mail address removed)
through a table for a match then use that value?
I'm trying to add security to a particular field on a
form. Currently I'm using a Select Case statement to
evalutate the CurrentUser(), matching it to one of the
case statements then assigning a value to a variable based
on the match to allow the user to perform certain updates
on that field.
I would rather query a table of users, match the
CurrentUser() to the table and use a value assined in the
table.
Ideally, I would like to perform the same function based
on the security groups the users are assigned to.
Any ideas?
Bill Johnson
(e-mail address removed)