A select query has no persistent effects on the database, the results are not written or stored anywhere. It is only a set of instructions on which fields, records, and order, to present. When you close the query view there is nothing saved.
You would have to run a make table query or an append query to save the results into a persistent table.
Maybe you can describe the query and tables and we can help optimize it to run faster.