If you are using Access security with user workgroups and permissions then this will work...
If CurrentUser = "Clerks" Then
'do this
ElseIf Currentuser = "Managers" Then
'do that
Else
'do nothing
End If
Check out this thread for hiding tool bars...
hide all Access tool bars and menu bars