In query Design view, click the arrow next to Query Type on the toolbar, and then click Make Table. The Make Table dialog box appears.
In the Table Name box, enter the name of the table you want to create or replace.
Click Current Database to put the new table in the currently open database. Or click Another Database and type the name of the database you want to put the new table in. Type the path if necessary.
Click OK.
Drag from the field list to the query design grid the fields you want in the new table.
In the Criteria cell for the fields that you've dragged to the grid, type the criteria.
For information on specifying criteria, click .
To preview the new table before you create it, click View on the toolbar. To return to query Design view and make changes or run the query, click View on the toolbar.
To create the new table, click Run on the toolbar.
Notes
To stop a query after you start it, press CTRL+BREAK.
The data in the new table you create does not inherit the field properties or the primary key setting from the original table.