Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to do some anaylsis work on an Access table hopefully in Excel.
The problem is that the amount of rows prohibits me from importing it (145,000 rows). The data is grouped by month in Access, so one thought I had was to import the data by month into a tab for each and then find a way to use an input box for the user to enter the data requested. Once requested, go to each tab, pull the data from each tab and present it with a line graph or something. I have no idea how to begin to do something this complicated so I am hoping someone has encountered this before or could at least point me in a direction or suggest a better way. Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Why not do it all in Access? Or at least the user input form to setup the
query, then use the TransferSpreadsheet method to export the result to Excel. -- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Austen" wrote: I need to do some anaylsis work on an Access table hopefully in Excel. The problem is that the amount of rows prohibits me from importing it (145,000 rows). The data is grouped by month in Access, so one thought I had was to import the data by month into a tab for each and then find a way to use an input box for the user to enter the data requested. Once requested, go to each tab, pull the data from each tab and present it with a line graph or something. I have no idea how to begin to do something this complicated so I am hoping someone has encountered this before or could at least point me in a direction or suggest a better way. Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Analyze with excel (change access date format) | Excel Worksheet Functions | |||
Using Pivot Table to analyze multiple variables in satisfaction survey | Excel Programming | |||
Importing data from Access to Excel, but I need to vary the table from Access | Excel Programming | |||
Analyze with Excel from Access | Excel Worksheet Functions | |||
Linking a table in Access to a table in Excel using MS Query | Excel Programming |