Copy query results to a table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to copy the results of a query to a table?

Thanks in advance.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top