S
steenman2
Small problem...
I want to make all of the results of a query positive. Keep in mind
that not all of the results are negative, just a about a third of the
400.
Here is what I am talking about...
Results
..68
1.56
-.70
..23
-.34
-1.02
(Each result is affiliated with an ID number)
So I need to filter out the negative and make them positive. Should I
do this in a sub query of the one that created these results? If so
how?
Thanks for the help...
I want to make all of the results of a query positive. Keep in mind
that not all of the results are negative, just a about a third of the
400.
Here is what I am talking about...
Results
..68
1.56
-.70
..23
-.34
-1.02
(Each result is affiliated with an ID number)
So I need to filter out the negative and make them positive. Should I
do this in a sub query of the one that created these results? If so
how?
Thanks for the help...