I have two distinct user groups, for one group I would like for them to be able to see the switchboard when the database is first open; for the other group I would only like a form that has all there current assignments come up. I am thinking the code would go something like if currentuser() is a member of group1 then open the switchboard else if currentuser() is a members of group2 then openform XXXXX with currentuser() assignments. I have not used access in a year or so and I unsure how this would be implemented, any help would be appreciated, thanks