I have a large query with over 3500 results in it that I was able to get when I connected to my SQL Server Database and query straight from that.
I now need to import about 6 of the columns from my query into a table where I can add in some extra columns that need to be entered manually. That is where I get stuck.
I cannot seem to get the columns I need into my other table.
I need the data to come from my query so when I have new data in my database I can just update the query which will update the table.
OR if that is not possibly let me know.