query results as a table

S

sr25

Hi,
I ran a query got the results. I would like to save these results as my new
table. how can I do that. Could someone help me with this
 
B

Brian

Just change the query to a Make-Table query. Use the QueryType button (on the
toolbar, its icon looks like two tables overlapping). this assumes you want
to create a new table. Once you have done so, and want to ADD new information
to it later, change it to an append query, and append to the new table.
 
S

sr25

Thank You Brian, I know there is way only thing is I was looking for in run
mode instead of design mode. Now I got it. Thanks again.
 
Top