B
bmacrow
Hi there,
I apologise for what may be a failry newbie question, as I am one! I have a
database that has user level security implemented into it. I am now trying to
modify my database start page dependant on the user that has logged in,
specifically his access level so that i can make some options only visible
when an administrator is logged in.
I had the idea of using the select case function as follows:
Select Case __________
Case "Admins"
Me.userman.visible = true
Case else
Me.userman.visible = False
End Select
Problem is I dont know how to relate this to actually look at the users
access level i gthink i need something where i put the ________________
Anyone able to help
Many Thanks
Ben
I apologise for what may be a failry newbie question, as I am one! I have a
database that has user level security implemented into it. I am now trying to
modify my database start page dependant on the user that has logged in,
specifically his access level so that i can make some options only visible
when an administrator is logged in.
I had the idea of using the select case function as follows:
Select Case __________
Case "Admins"
Me.userman.visible = true
Case else
Me.userman.visible = False
End Select
Problem is I dont know how to relate this to actually look at the users
access level i gthink i need something where i put the ________________
Anyone able to help
Many Thanks
Ben