creating a table from a query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Once you have your query built, you can change it to a
make-table query.
-----Original Message-----
I would like to create a table based on a query so that I
can add more detailed information to only the records
found in the query.
 
Open your query in design view. Then, you can either
press your right mouse button, or select the query type
button on the top tool bar. Select make table query. It
will ask you for a table name.

The contents of the table you make won't automatically
update when the original table changes, but you can always
re-run the make table query. It will delete the table
that was created from the last time the query ran, and
create the table again, with the updated data.
-----Original Message-----
How do I do that and will it update when the information
in the original table the query is based on changes?
 

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

Similar Threads

Create table from a crosstab query 2
"Read Only" Query 0
Parsing a table 1
Combine data from 2 queries 1
Special characters 3
Add a table 11
Counting multiple memberships 1
Create Conditional Make-Table Query 4

Back
Top