saving selected records of search query into a table

T

tomcat

Hello,
How do I save selected records of different queries into a new table?
ANY info will be greatly appreciated.
 
R

Randy Harris

tomcat said:
Hello,
How do I save selected records of different queries into a new table?
ANY info will be greatly appreciated.

The most common way to do it is to change the query to a make table (select
into) query.
 
Top