How Do You Create A Make-Table Action Query In Microsoft Access?
You can use a Make-Table action query in Microsoft Access to create a new table from all or part of the data in one or many tables. For example, you may want to use records from various tables to create a new table that will be exported to a different database. These instructions apply to MS Access 97. Open the database window (use the F11 key), then click on the Query tab. Click New, then Design View. Click OK. Create a query with the tables or queries you want to use to create the new table. Select Make Table from the Query menu. Use the Table Name box to name the table you want to create. Use Current Database or Another Database to indicate where you want to put the new table. Click OK. Drag the fields you want to use from the field list into the design grid. Type your criteria (all dates after 1/1/00, for example) in the Criteria cell. Preview the new table by switching to Datasheet view. Return to Design view and create the new table by clicking Run on the toolbar.