Question : store a query result in a table

I want to store a query result in a table which is same formatted so that it can contain query result. How can I do this? Please help.

* My table is already created in the DB.

Answer : store a query result in a table

Open your query and change the query type to "Append" (which gives you a  SQL INSERT INTO statement).  When you change the type, it will ask what table you want to add the records to.

A new line will also appear in the query grid and you can indicate what field you want the column to append to.

JimD.

Random Solutions  
 
programming4us programming4us