I recently implemented a new accounting system at my company that has import automation capabilities. This automated import will be used to retrieve data that comes out of another database and into Excel. I use Excel to query against the DB to pull in the required info and do a few small calculations. The query utilizes input cells (a date) to know what parameters to use when pulling the data.
I'd like to be able to automate the query to update the date parameters and save the queried data results into a new file (CSV) so that I can then point the accounting software to a specified location to pull the data. Ideally, this would run automatically every night and I would load it onto our SQL server.
Is this acheiveable?
I'd like to be able to automate the query to update the date parameters and save the queried data results into a new file (CSV) so that I can then point the accounting software to a specified location to pull the data. Ideally, this would run automatically every night and I would load it onto our SQL server.
Is this acheiveable?