Results 1 to 2 of 2
  1. #1
    compooper is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    87

    Pivot table and combo boxes

    Hi folks!



    I am trying to create a pivot table with multiple combo boxes as the rows and columns.

    Problem is, the rows and columns are showing the "number" part of the field, and not the text.

    What I mean is:

    COMPANYID combo box refer's to the company names using a SQL statement.
    SELECT [CompanyID], [CompanyShort] FROM Company ORDER BY [CompanyShort];

    How do I get the actual Company Name like I have in the table/query vs the number?

  2. #2
    compooper is offline Advanced Beginner
    Windows XP Access 2003
    Join Date
    Jun 2011
    Posts
    87

    combo box fields in pivot table

    I have a pivot table where I want to use combobox fields as my column headings.

    How do I get the columns to display the column with the text data vs. the number data.

    SELECT [GLACCID], [GLACCOUNT] FROM [GL-ACCOUNTS] ORDER BY [GLACCOUNT];

    Its should glaccid, i want to see glaccount in the pivottable

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

Similar Threads

  1. Replies: 9
    Last Post: 06-04-2014, 10:45 AM
  2. [Help] Access Pivot Table
    By weiguo.shi in forum Queries
    Replies: 0
    Last Post: 05-18-2011, 09:49 AM
  3. Replies: 3
    Last Post: 12-17-2010, 06:31 AM
  4. Replies: 16
    Last Post: 08-19-2010, 01:40 PM
  5. Pivot Table Problem
    By larpup in forum Forms
    Replies: 0
    Last Post: 01-06-2006, 08:11 PM

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