Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to take the data from an Access table and update a sheet where I
already have data which is used to feed quite a few pivot tables (380 to be exact). After this I want to update all the pivot tables to reflect the changes. I already know how to systematically go through the pivot tables on each sheet. How do I pull in the data from access? I am using access XP (the db is 2000 by default) and Excel XP. Any help you can provide would be great! Thanks! -- Anthony White |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The easiest way to do this is using MSQuery - Data menu, Get External Data,
New Database Query (at least in Excel 2000 - perhaps menu items have changed in XP). It will ask for your data source, choose MS Access and specify the db file. You can set up a query in MSQuery (which looks and acts similar to Query design in Access), then use the menu item "Return Data to Microsoft Excel." The data comes back in list format. Right-click on the list and you can set the query properties - or refresh the data at any time. You can also set it to refresh the data every time the Excel file opens, or you can use VBA to refresh. Once set up it is pretty handy and should let you get the current data whenever you need it - you can then use it to feed all those PivotTables (geez, glad I didn't need to set them all up!). HTH - K Dales "Tony White" wrote: I want to take the data from an Access table and update a sheet where I already have data which is used to feed quite a few pivot tables (380 to be exact). After this I want to update all the pivot tables to reflect the changes. I already know how to systematically go through the pivot tables on each sheet. How do I pull in the data from access? I am using access XP (the db is 2000 by default) and Excel XP. Any help you can provide would be great! Thanks! -- Anthony White |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using Access Data | Charts and Charting in Excel | |||
Removing Data Tables formed from importing data from Access | Excel Discussion (Misc queries) | |||
Can Excel access data from Access?! | Excel Discussion (Misc queries) | |||
Access data -work in Excel- save in Access | Excel Programming | |||
Import data from Access Data Base | Excel Programming |