how to convert result of an select sql query into a new table in msaccess ?
|
You can use sub queries
|
|||||
|
|
Like so:
|
|||||||
|
|
If you want to do it through the user interface, you can also: A) Create and test the select query. Save it. B) Create a make table query. When asked what tables to show, select the query tab and your saved query. C) Tell it the name of the table you want to create. D) Go make coffee (depending on taste and size of table) |
|||
|
|
|
First, create a table with the required keys, constraints, domain checking, references, etc. Then use an Do not be tempted by For an example of how things can go wrong with an Also consider creating a 'viewed' table e.g. using |
|||
|
|