Pivottable-like features for Access

Joel Horowitz

New Member
Joined
Aug 23, 2002
Messages
34
Hye,

I would like to know if there's a simple way to have a pivottable-like feature for Access. What I need to do is to analyse a database of 15000 lines. The database has a directory structure, i.e. there are fields 'Level1', 'Level2', ..., 'Level7' which indicate the hierarchy + other fields containing numerical values. I want to be able to consolidate those numerical values at any level, and to drilldown easily. Excel does that well, but the problem is that it cannot handle (at least not on my system) such a depth + it's quite slow + formatting is lost when the table is updated.

Any hint?
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Hint: Cross-Tab Query. :)

You specify what you want in you rows, column and value. Access does the rest. Hope this gives you a hint.
 
Upvote 0
LTunnicliffe said:
Hint: Cross-Tab Query. :)

You specify what you want in you rows, column and value. Access does the rest. Hope this gives you a hint.

Thanks for the answer, but that's not what I am looking for. I need the end-user to be able to drilldown dynamically while looking at the data, rather than having to switch between design and view modes.
 
Upvote 0
At the risk of being wrong, I think what you're going to want to do is create subdatasheets via customized relationships between tables, although it's not really any kind of analysis capability. It's a design capability to create a relational database.
 
Upvote 0

Forum statistics

Threads
1,221,543
Messages
6,160,422
Members
451,644
Latest member
hglymph

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top