105Coding for Login FormPrivate Sub cmdAdmin_Click()If Txtid.Text = "" ThenMsgBox "Please enter your ID!", vbCritical + vbOKCancel, "LORIS"ElseIf Txtpass.Text = "" ThenMsgBox "Please enter your password!", vbCritical + vbOKCancel, "LORIS"ElseDataPass.RefreshDataPass.Recordset.FindFirst ("ID = '" & Txtid.Text & "'")If DataPass.Recordset.NoMatch = False ThenIf DataPass.Recordset.Fields("Pass") = Txtpass.Text ThenUnload MefrmMenu.ShowElseMsgBox "Incorrect ID and password!", vbCritical + vbOKCancel, "LORIS"End IfElseMsgBox "Incorrect ID and password!", vbCritical + vbOKCancel, "LORIS"End IfEnd IfEnd SubPrivate Sub cmdUser_Click()Unload MefrmMenuuser.ShowEnd SubPrivate Sub Form_Load()Txtid.Text = ""Txtpass.Text = ""End SubPrivate Sub Label3_Click()frmExit.ShowEnd SubCoding for Highway Information ModuleDim operasi, ops As IntegerDim nocheck As IntegerPrivate Sub z_Click()End SubPrivate Sub MultiPage1_Change()End SubPrivate Sub CmdAdd_Click()kosong_formcmdEdit.Enabled = FalseCmdRpt.Enabled = FalseEnd SubPrivate Sub CmdEdit_Click()operasi = 2check_atasEnd Sub