ACC: How to Create a Make-Table Query with a Union Query (132070)
The information in this article applies to:
- Microsoft Access 2.0
- Microsoft Access for Windows 95 7.0
- Microsoft Access 97
This article was previously published under Q132070 SUMMARY
Moderate: 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.
NOTE: A demonstration of the technique used in this article can be seen
in the sample file, Qrysmp97.exe. For information about how to obtain
this sample file, please see the following article in the Microsoft
Knowledge Base:
182568 ACC97: Microsoft Access 97 Sample Queries Available in Download Center
REFERENCES
For 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.
Modification Type: | Major | Last Reviewed: | 5/7/2003 |
---|
Keywords: | kbhowto KB132070 |
---|
|