Re: Finding and Converting negative numbers
- From: "John Spencer" <spencer@xxxxxxxxx>
- Date: Fri, 2 Jun 2006 15:39:22 -0400
Take a look at the Abs function
Abs(Results) will strip off the negative signs.
"steenman2" <asteenrod@xxxxxxxxx> wrote in message
news:1149276257.417015.192550@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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...
.
- Follow-Ups:
- Re: Finding and Converting negative numbers
- From: steenman2
- Re: Finding and Converting negative numbers
- References:
- Finding and Converting negative numbers
- From: steenman2
- Finding and Converting negative numbers
- Prev by Date: Re: Crosstab queries need to be able to use form references
- Next by Date: Re: Crosstab queries need to be able to use form references
- Previous by thread: Re: Finding and Converting negative numbers
- Next by thread: Re: Finding and Converting negative numbers
- Index(es):
Relevant Pages
|