ACC: How to Create a Make-Table Query with a Union QueryLast reviewed: July 18, 1997Article ID: Q132070 |
The information in this article applies to:
SUMMARYModerate: Requires basic macro, coding, and interoperability skills. Microsoft Access SQL does not allow you to use the INTO clause (a clause needed to create a make-table query) within a union query. Therefore, you cannot directly create a make-table query; you must first create a union query and then use the results of that query in the make-table query. This article demonstrates how to do so.
MORE INFORMATIONIn order to create a table from a union query, you must first define the union query, and then create a make-table query based upon the union query results. To do so, follow these steps. CAUTION: Following the steps in this example will modify the sample database Northwind.mdb (or the NWIND.MDB in version 2.0). You may want to back up the Northwind.mdb or NWIND.MDB file or perform these steps on a copy of these databases.
REFERENCESFor more information about union queries, search the Help Index for "union queries," or ask the Microsoft Access 97 Office Assistant. For more information about make-table queries, search the Help Index for "make-tables," or ask the Microsoft Access 97 Office Assistant. |
Keywords : kbusage QryMktbl QryUnion
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |