E
eraslan.cem
hello to all;
I have a switchboard which have four tabs regarding to the different
user types . Assume that i have four types of users, so that four tabs,
which are , Admins, Input, Control & Inquire. What i'm planning to do
is a smart switchboard which is sensitive to these user types and open
these tabs just to the related users.
User OO is a member of input and i put the code under to the click
event of the Control tab.
' If CurrentUser = "OO" Then
' MsgBox ("You don't have aceess to this site.")
' ActiveForm.Close
' Else
' End If
But the code didn't activated when the user click on the tab but click
on an empty space somewhere on the tab. (Also there is something wrong
with the third line
--
Is it a better way to give these permission to the related users (May
be tabbing is not a good alternative) ...
Also there are a lot of users who will use this form so setting access
level user-by-user will be a bit confusing. Is there a way to define
the user "OO" as a member of Input group and then setting access level
will be easier. Couldn't find a solution for both.
Any suggestions welcomed...
Good Day to all....
Cem Eraslan
I have a switchboard which have four tabs regarding to the different
user types . Assume that i have four types of users, so that four tabs,
which are , Admins, Input, Control & Inquire. What i'm planning to do
is a smart switchboard which is sensitive to these user types and open
these tabs just to the related users.
User OO is a member of input and i put the code under to the click
event of the Control tab.
' If CurrentUser = "OO" Then
' MsgBox ("You don't have aceess to this site.")
' ActiveForm.Close
' Else
' End If
But the code didn't activated when the user click on the tab but click
on an empty space somewhere on the tab. (Also there is something wrong
with the third line
Is it a better way to give these permission to the related users (May
be tabbing is not a good alternative) ...
Also there are a lot of users who will use this form so setting access
level user-by-user will be a bit confusing. Is there a way to define
the user "OO" as a member of Input group and then setting access level
will be easier. Couldn't find a solution for both.
Any suggestions welcomed...
Good Day to all....
Cem Eraslan