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

Simple: Create new access table from query result

Status
Not open for further replies.

dewsbury

Technical User
Sep 24, 2003
4
IE
Hi,
I am sure this is easy!
I an very familiar with relationship databases but new to access.
I want to create a new table based on the result of a query.

E.g. in the Northwind database I want to query the customer table and create a new table with only the customer name and city in it.

All help appreciated!
 
Take a look at maketable query.
The syntax:
SELECT fields list INTO newTable
FROM ...
WHERE ...

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