You can turn your query into a make-table query, but it is rarely needed.
Almost anything you can do with a table can also be done with a query. You
can create a form, report, or even another query that uses your query as the
data source. As your data changes, the query will change as well.
It is very rare that you would need to create a make-table query instead of
just using the select query.