I need to combine data in a field down to ranges.
Lets say I have a series of records, each with a field that contains a number between 1-100. Sometimes I need to see the exact number, but there are times when I would like to combine that data into a range - usually in reports. SO lets say that I would need to see all records where Size is 6, Gauge is between 18 and 25, and then a sum of Weight.
I have created queries that will find the individual records, but I cannot figure out how to make either access or excel combine that data into ranges. What I am trying to do is make it easy to see at a glance how much material I have of a given size (or all sizes) that fits into various ranges of Gauge.
I hope that makes sense
Lets say I have a series of records, each with a field that contains a number between 1-100. Sometimes I need to see the exact number, but there are times when I would like to combine that data into a range - usually in reports. SO lets say that I would need to see all records where Size is 6, Gauge is between 18 and 25, and then a sum of Weight.
I have created queries that will find the individual records, but I cannot figure out how to make either access or excel combine that data into ranges. What I am trying to do is make it easy to see at a glance how much material I have of a given size (or all sizes) that fits into various ranges of Gauge.
I hope that makes sense