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

Temp tables in query

Status
Not open for further replies.

citychap26

Programmer
Sep 19, 2004
144
GB
Hi All

I was wondering can you create a temp table in Access like you can in Sybase for instance.

Select * from TableA into #tmpTable

Cheers

Sunil
 
In Access, you can use CREATE TEMPORARY TABLE instruction and then INSERT INTO.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Hi

Thanks for the answer, please can you give me some example SQL.

Cheers

Sunil
 
Browse your computer local drives for files named JET*.CHM

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