-
| Create a query that includes the fields you want to use in the new table, and set up the query's criteria to select the records you want placed in the new table. | -
| Open the Query menu and choose Make-Table Query . | -
| The Make Table dialog box appears. Type a name for the new table in the Table Name field. | -
INTRODUCTION One way to use queries is to pull certain records from a database table and use those records to create a new table. For example, suppose that you want to create a new database table of clients from a certain state. You can do so by creating a make-table query. | -
| Click the Run button on the Standard toolbar in the main Access window. | -
| Access displays a message explaining that a new table will be created with the records contained in the query results. Click Yes to create the table. | -
| The new table is listed in the database window with the name you specified. (To view the table, close the query, click Tables in the database window's Objects bar, and double-click the table name.) | TIP New Table Because the make-table query replaces the original query on which it is based, it's a good idea to create a new query for this action. Alternatively, save the make-table query with a different name (see the next tip). | TIP Using the Save As Command When you modify a query's design, the new query (in this case, the make-table query) replaces the query you started with. If you want to keep the original query, save the new query under a new name by opening the File menu, choosing Save As , and typing a new query name in the dialog box that appears. | |