I am looking for someone with expertise on queries and vba. I have done some of both but I am Not an expert. I have found queries to be easiest but I haven't been able to come up with anything on the problem I am working on. I wonder about a crosstab query but I have not done one before. Here is the goal...
I have a table with two columns, both numeric, one is a Location which is the measurement in feet from a starting point, the other is the Quantity of items at each location. I need to find the highest maximum Quantity within a mile from each location and then be able to report on that maximum quantity.
I am thinking that I need to open a recordset and loop through the records but is there an easier way? If not, does someone have some steps or sample code to get me started? Thanks in advance!!!
I have a table with two columns, both numeric, one is a Location which is the measurement in feet from a starting point, the other is the Quantity of items at each location. I need to find the highest maximum Quantity within a mile from each location and then be able to report on that maximum quantity.
I am thinking that I need to open a recordset and loop through the records but is there an easier way? If not, does someone have some steps or sample code to get me started? Thanks in advance!!!