This seems like there would be a simple save as new table in access to me but I cant seem to find it. I am running a query to get specific results using sql. How do I save those results as a new table. I just need to seperate two groups of information and use it for a mail merge.
Is there a command to create a table and insert query results into that new table first ?
I can do this just by using excell and filtering then cut and past a new sheet but I prefer to be able to do it all in access.
Thanks for your help.
Code:
SELECT vinno, make, ownername, address, suburb, state, pcode FROM [FULL] WHERE make like '*iload*';
I can do this just by using excell and filtering then cut and past a new sheet but I prefer to be able to do it all in access.
Thanks for your help.
Comment