67peshawar294
Technical User
Good morning everyone,
Is there a way to produce results from a query that shows increments of a field? [retpr] can be from $0.00 to $350.00. [nhere] from 0 to 5.
I want to output to a report that shows total of[nhere] for a range of prices
retpr nhere
0 to 49.99 [total of nhere]
50 to 99.99 [total of nhere]
100 to 149.99 [total of nhere]
. .
. .
. .
I thought about using several queries using >0 and <50.00 etc but seems awkward. Also tried several ways, functions using select case, for next but I am not adept enough to code.
Thanks for the help
Jim
Is there a way to produce results from a query that shows increments of a field? [retpr] can be from $0.00 to $350.00. [nhere] from 0 to 5.
I want to output to a report that shows total of[nhere] for a range of prices
retpr nhere
0 to 49.99 [total of nhere]
50 to 99.99 [total of nhere]
100 to 149.99 [total of nhere]
. .
. .
. .
I thought about using several queries using >0 and <50.00 etc but seems awkward. Also tried several ways, functions using select case, for next but I am not adept enough to code.
Thanks for the help
Jim