Set up an AutoExec macro. In it, call a function in a standard module. In that function, determine which group the current user belongs to, and based on that open the appropriate form, using DoCmd.OpenForm. In Access help, you can find explanations of AutoExec macros and the OpenForm method.