msprenz
12-07-2001, 07:14 PM
Hello All,
I have a database which has > 100,000 records. I would like to write a query to average the fields at a 10 to 1 ratio so that when I'm done I have an output table that has about 10,000 records. I have no clue how to do this. Any suggestions?
Marty
KKilfoil Asked:
Do you mean that you wish to create a new 10,000 record table where the first record contains the average of the values from records 1-10 of your existing table, the second record in the new table contains the averages of records 11-20 from old table, etc?
I am curious what this new table might be used for?
YES! That's exactly what I'm looking to do. So far the only thing I could come up with is a looping append query but I do not know how to do this. I'm using it to reduce GIS (Geographic Information System) point data. This is data is used for the mapping industry; specifically traffic data.
[This message has been edited by msprenz (edited 12-11-2001).]
I have a database which has > 100,000 records. I would like to write a query to average the fields at a 10 to 1 ratio so that when I'm done I have an output table that has about 10,000 records. I have no clue how to do this. Any suggestions?
Marty
KKilfoil Asked:
Do you mean that you wish to create a new 10,000 record table where the first record contains the average of the values from records 1-10 of your existing table, the second record in the new table contains the averages of records 11-20 from old table, etc?
I am curious what this new table might be used for?
YES! That's exactly what I'm looking to do. So far the only thing I could come up with is a looping append query but I do not know how to do this. I'm using it to reduce GIS (Geographic Information System) point data. This is data is used for the mapping industry; specifically traffic data.
[This message has been edited by msprenz (edited 12-11-2001).]