T
tread
SITUATION:
I have an Access Database with one Table: 2.5 MM records (Tickers,
Date, Price) covering 6 years of information.
CHALLENGE:
Export the data to multiple Excel spreadsheets with Ticker, Date, and
Price, but have each day on a separate worksheet.
EFFORTS THUS FAR:
1. create individual queries by day that export data to a workbook,
and have each day on a separate sheet. The problem is creating each
query is time consuming, and once run, the query appears to revert to
a "make table" query.
2. Link an excel worksheet to the database and customize each
worksheet for a particular day. The problem is 1. it's time consuming
to create each custom data filter; 2. it's time consuming to download
the data (roughly 1.5 minutes / page)
QUESTION:
Is there some script or excel link functionality that I can implement
to accomplish the CHALLENGE at hand?
Thanks in advance for your thoughts, and suggestions.
Trevor
I have an Access Database with one Table: 2.5 MM records (Tickers,
Date, Price) covering 6 years of information.
CHALLENGE:
Export the data to multiple Excel spreadsheets with Ticker, Date, and
Price, but have each day on a separate worksheet.
EFFORTS THUS FAR:
1. create individual queries by day that export data to a workbook,
and have each day on a separate sheet. The problem is creating each
query is time consuming, and once run, the query appears to revert to
a "make table" query.
2. Link an excel worksheet to the database and customize each
worksheet for a particular day. The problem is 1. it's time consuming
to create each custom data filter; 2. it's time consuming to download
the data (roughly 1.5 minutes / page)
QUESTION:
Is there some script or excel link functionality that I can implement
to accomplish the CHALLENGE at hand?
Thanks in advance for your thoughts, and suggestions.
Trevor