Good Morning, I am trying to write a code that will automatically output the data results to specific folder on a shared drive. is there a Output syntax that I can add at the end of the query that will send the results (as an excel file) to a folder that i specify? code example Select Book_Names, Author_Names,Published_Date, Publisher_Name From Library_One_2016 Where Published_Date >='01/01/2002' Thanks
↧