Results 1 to 4 of 4
  1. #1
    bbridgers05 is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2018
    Posts
    2

    Pivot table

    My company uses an excel spreadsheet to track an enormous amount of data and I am attempting to build a database to get rid of the God awful excel spreadsheet. One issue that I am having is that in access 2016, you no longer have the option to create a pivot table and we use pivot tables to calculate time to hire, in days. This is put together in a pivot table, using just dates. Is there anyone that may be able to help me out? Thanks so much!

  2. #2
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,115
    Have a look at my free pivot table designer (http://forestbyte.com/ms-access-util...able-designer/) which allows you to design your pivot table straight in Access and export it to Excel (it creates the Excel file itself and exports both the raw data and the pivot table on two separate sheets). Let me know if you have problems setting it up.

    Cheers,
    Vlad

  3. #3
    bbridgers05 is offline Novice
    Windows 10 Access 2016
    Join Date
    Dec 2018
    Posts
    2
    Thanks so much!

  4. #4
    Join Date
    Apr 2017
    Posts
    1,679
    1. The usual way in access is to have a report, which is based on query. When calling a report from form control. e.g. clicking on button designed for it, you can also pass filter conditions to report;
    2. In case users are more used to excel, or there are users who only need to see results, and don't have Access installed, you can design Excel report workbook(s), which use ODBC query/queries to read data from Access database. To avoid problems with data locking, you better have data in back-end Access (or e.g. SQL Server) database. When using excel reports, you can:
    a) read data from Access with ODBC query in exactly in this format the end user needs the data. Usually this means separate queries for different kind of info;
    b) read all or part (you can use entries in specified Excel worksheet cells as query parameters) of general data from Access database with ODBC query, and design one or several report sheets based on query results (e.g. using Pivot table). The difference with your current spreadsheet is, there are no formulas in query result table, and when you use parametrized query, then the amount of read data is considerably less.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Query Ran off a Pivot Table
    By TBcontroller in forum Queries
    Replies: 5
    Last Post: 09-15-2017, 03:28 PM
  2. Pivot table ref
    By Bobby100 in forum Queries
    Replies: 4
    Last Post: 10-28-2016, 11:08 AM
  3. Replies: 0
    Last Post: 09-22-2014, 07:07 AM
  4. Exporting Pivot table
    By bcurrey in forum Import/Export Data
    Replies: 1
    Last Post: 10-20-2011, 08:03 AM
  5. Pivot table problems...
    By netserf in forum Access
    Replies: 1
    Last Post: 08-22-2010, 11:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums