T
tkflick
I have 4 types of users.
Each type of user will see a slightly different version of my form.
In the OnLoad event, I get the user_name from the
System.Environment.UserName command. I then want to use that user name
to query a Sharepoint list that contains an access level associated
with that user_name. I would then use the access level to decide which
View to load. (i.e. Manager, Team Lead, etc..)
Is this even possible?
Thanks very much,
Tim
Each type of user will see a slightly different version of my form.
In the OnLoad event, I get the user_name from the
System.Environment.UserName command. I then want to use that user name
to query a Sharepoint list that contains an access level associated
with that user_name. I would then use the access level to decide which
View to load. (i.e. Manager, Team Lead, etc..)
Is this even possible?
Thanks very much,
Tim