Hi
The login form closes once logged in I think here is the VBA code
Private Sub Command4_Click()
Text5.SetFocus
If Text5 = "Admin" And Text2 = "Password0" Then
MsgBox "Access Granted", vbInformation, "RAC Inspections Engineer Quality Check"
DoCmd.Close
DoCmd.OpenForm...