Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Copy query results to a table

Status
Not open for further replies.

dmarquesdrc

Technical User
Aug 30, 2006
113
PT
Hi,

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

Thanks in advance.
 
Concept - the results of a query are a subset of a table(s). In fact, tables and queries are both called "recordsets".
You can goto design view of the query, click the drop down arrow next to the "Query Type" Button and select "make table". Then run the query, supply a table name, run the query, close it and then goto Tables and there she'll be.
Or you can just select the queries row and copy and paste them to a table.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top