Home All Groups Group Topic Archive Search About

Different user, different switchboard ?

Author
6 Dec 2006 11:07 AM
BlackKnight
Is it possible, depending on which user logs in, to show different
switchboards ?

Author
6 Dec 2006 12:35 PM
Keith Wilby
"BlackKnight" <BlackKni***@discussions.microsoft.com> wrote in message
news:058695A4-5E9E-43A3-884D-0CC3C3431A74@microsoft.com...
> Is it possible, depending on which user logs in, to show different
> switchboards ?

Yes, use the CurrentUser function to determine who has logged on:

If CurrentUser = "JBloggs" Then
    'Open one form
Else
    'Open another form
End If

HTH - Keith.
www.keithwilby.com