create table?

  • Thread starter Thread starter js
  • Start date Start date
J

js

Hi,

how to create a table and insert data into it base on a select statement in
Access:
SELECT Last_Name,First_Name,Phone_1, count(*) AS Counter
INTO #holdkey

Thanks...
 
Check Access Help on "Make-Table Query" and "SELECT ...
INTO ..." statement.

HTH
Van T. Dinh
MVP (Access)
 

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