Does Access support pivot tables now

BizBoy

Board Regular
Joined
Jul 26, 2012
Messages
118
Hi,
I am new to MS Access. I wanted to know, does Access support Pivot tables now.

I am required to edit couple of existing macro. These macro has pivot tables in this.
However, I guess, pivot tables are no longer available in Access.

Please correct me if am wrong. How do I proceed if pivot is not supported.
What are the alternatives. Has anyone here faced same situation.
How should I handle this. Can anyone please help me in this.
 
Last edited:

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
Hi,

I read various articles about Pivot table. Am still reading few.
I guess, Pivot is no longer supported in Access now. We need to export data to Excel and create pivot.

Can anyone please correct me if am wrong
 
Upvote 0
Hi,
This might be a silly question, most probably yes.

I have different Access files with pivot table.
Access 2013, Access 2010 and Access 2007.

If I have pivot tables in Access 2010 and Access 2007 and am using these files from Office 365.
Will I still face Pivot table issue.
One thought is, though the initial versions supported pivot tables and codes were written accordingly.
However since Office 365 does not have support for pivot, my pivot tables won’t work though written in previous version files.
Please correct me if am wrong.
 
Last edited:
Upvote 0
Hi,
I have following kind of code in my Access file.
I believe this is Excel code called from Access.

Will I face issue running this code in Office365.
Can anyone please help me in this.

Code:
[FONT="Calibri"][COLOR=#000000]TestSht.Activate[/COLOR][/FONT]
[FONT="Calibri"][COLOR=#000000]TestSht.PivotTables("MyPivot").ChangePivotCacheXLS_WKB. _[/COLOR][/FONT]
[FONT="Calibri"][COLOR=#000000]PivotCaches.Create(SourceType:=xlDatabase,SourceData:="DummySht!R1C1:R" & TempLr & "A1" _[/COLOR][/FONT]
[FONT="Calibri"][COLOR=#000000], Version:=xlPivotTableVersion14)[/COLOR][/FONT]
[FONT="Calibri"][COLOR=#000000]TestSht.PivotTables("MyPivot").PivotFields("Region").AutoSortxlAscending, "Region"[/COLOR][/FONT]
 
Upvote 0
You can do almost nothing in VBA (if I understood correctly, you want to manipulate pivot tables in macros/VBA...).
There is one strange solution when you use VBA code in Access to create and manipulate a pivot table in Excel and then bring it back to Access. Try this if it sounds interesting.
 
Upvote 0

Forum statistics

Threads
1,213,531
Messages
6,114,167
Members
448,554
Latest member
Gleisner2

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