May be a simple question but....Does anyone know an SQL statement to run a query, insert results into a table and then open the table automatically. I thought something like CREATE VIEW would work, but doesn't seem to
SQL is a language purely for data manipulation and selection. While there is no problem inserting query results and updating tables, to open a table or run a query you will need VBA code or a macro.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.