Query Table to create Table?

  • Thread starter Thread starter HotRod
  • Start date Start date
H

HotRod

I have queried severl tabe in order to get the data I need I now want to
creat a new table with that data. What do I need to do?
 
HotRod said:
I have queried severl tabe in order to get the data I need I now want
to creat a new table with that data. What do I need to do?

Unless that data is going to change and you want to have a record as it
is now, you don't want to create a new table.

If you create a new table it will not update if any of the data in the
existing tables change. That could be a real problem. In addition you have
a query with the data in it, you don't need anything more usually. That
query will act as a table in almost all situations.
 

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