Sorting Negative numbers in reports

M

Mike T.

I am trying to only see negative percents in a report, but
it isn't recognizing the negative numbers. How can I
either sort by these or search through the criteria in a
query?

Thanks,
Mike T
 
J

John Vinson

I am trying to only see negative percents in a report, but
it isn't recognizing the negative numbers. How can I
either sort by these or search through the criteria in a
query?

Thanks,
Mike T

Care to post the SQL of the query that's not showing the numbers? A
criterion of

< 0

should work, but I have no idea what you've tried...
 
M

Mike T.

My mistake. I went back to look at the table and that
field is currently marked as a text field so that's why <0
wasn't working. Thanks!
 

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

Top