i only want if first condition meet then stop the user at that point not go further postion.
not check other condition .
what i have write with first endif.
code
If IsNull(Me.total) Then
MsgBox "You Can Not Enter Bill Without Any Products", vbInformation
End If
If Me.text.Value = "Sale" Then...