Karl Blessing
Programmer
Code:
....
elseif (Old_min >= Request.Form("min")(i)) and (Old_max <= Request.Form("max")(i)) then
validate_sub= "Range row #" & i-1 & " interesects/overlaps with Range row #" & i & ". (" & Request.Form("min")(i) & "---> " & Old_min & "--" & Old_max & " <---" & Request.Form("max")(i) & ")"
exit for
....
and this is the error code I Get on the screen when it loops back.
[tt]
Range row #2 interesects/overlaps with Range row #3. (15400---> 7700--15399 <---22499)
[/tt]
But what confuses me, is that 7700 is NOT greater than or = to 15400. Karl Blessing aka kb244{fastHACK}