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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Saving Table Created by Query

Status
Not open for further replies.

DivideMySky

Technical User
Nov 23, 2004
3
US
Hello -

I'm just wondering if it's possible to save a table that I'm creating by using a parameter query. I just want to be able to use the output from the query (which uses multi parameters) to later generate a report. Thanks for any help!

TJ
 
Take a look at maketable query:
SELECT field1, ..., fieldN INTO newTable
FROM ...

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top