H
Harlan
I have two text boxes on a form. I am trying to set up a conditional
statement like:
If Val(txtActual.value) > val(txtAFTemp) + 0.1 then
do something
Else
do something different
End If
Well, the values in the boxes are 172.228 and 172.128 respectively, but the
ELSE statement is running instead of the IF.... the "do something different"
happens. What am I missing here?
Thanks
Harlan
statement like:
If Val(txtActual.value) > val(txtAFTemp) + 0.1 then
do something
Else
do something different
End If
Well, the values in the boxes are 172.228 and 172.128 respectively, but the
ELSE statement is running instead of the IF.... the "do something different"
happens. What am I missing here?
Thanks
Harlan