Why does my query equation have a - in front of the return?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why does my query equation have a - in front of the return? How do I stop
this? The numerical answer is correct however, I want it to show a
"positive" number in the return
 
Woody said:
Why does my query equation have a - in front of the return? How do I stop
this? The numerical answer is correct however, I want it to show a
"positive" number in the return

If it's doing a subtraction, you have it backwards. In any case, use Abs(n)
to get the Absolute value (minus sign removed)

Tom Lake
 
Post relevant details of your Table(s) and the SQL String of your Query. It
is pretty hard to see what's wrong with minimal details.

HTH
Van T. Dinh
MVP (Access)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top