If TXTLV.value = "CML" And txtfrom.value >= TXTDSAN.value Then
MsgBox "Commuted Leave can't be presanctioned, Please check!!!!", vbOKOnly + vbCritical, "Hello !! Information incomplete"
Me.TXTDSAN.SetFocus
Exit Sub
End If
is there any mistake in code, any value i am putting it flases the...