if e.Form.Controls("TextBox4").Text <> "" then
Dim n1 As Double = e.Form.Controls("NumericComboBox6").ValueDim n2 As Double = Val(e.Form.Controls("TextBox4").Text)
If n1 >= n2 Then
end if