I would like to do the following from an excel spreadsheet.

I would like to filter the database by date range. ( this needs to be user input)
next I need to run a query to delete the two right most characters. (This is already setup in db)
next I need to run a third query that takes the data and give a average. (This is done) then put the results in the proper cells. ( This can be done manually if I can get it to show me the results of this query since there are 6 results that would show up and would go into 6 different cells each month.)
last save the filter as a new db in mmyy format. (0505.mdb) and delete all records in the old database.

Attached is the db and spreadsheet.