Hi i have login screen from where i am moving to my mainform using DoCmd.OpenForm "MainForm", acNormal, , , , , [Forms]![Fm_LoginScreen]![txt_UserId].Value
but instead of opening form_load() event of mainform , this line is opening another forms form_load() event and then mainform form_load()...