Results 1 to 2 of 2
  1. #1
    Rustin788 is offline Advanced Beginner
    Windows 7 64bit Access 2007
    Join Date
    Mar 2014
    Posts
    47

    List Group Headings


    Hey,

    I am creating a report to send out that will show a customers current contract information. For most customers all their products are listed under the same Quote number. A few, however, have separate quote numbers applied to different products. Currently I have it set up so that the Quote Number is in a group so everything is broken down by Customer and then by Quote Number. What I would like to do is eliminate the Quote Number group and simply have the Quote Numbers listed next to the customer as a reference. I have created a text box with the correct control source however it only gives me one of the Quote Numbers. Is there a way I can do this? Below is a simple visual showing what I would like to do. (It is currently set up like the left I would like it similar to the right)

    Thanks for any help.
    Customer Customer Quote Number 1 Quote Number2
    Quote Number 1 Product 1
    Product 1 Product 2
    Product 2 Product 3
    Quote Number 2
    Product 3

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,928
    Should that show Product 3 under Quote Number 2?

    Denormalizing data is not easy. I presume CROSSTAB won't work because quote numbers are different for every customer. If the quote numbers were literally 1, 2, 3 for each customer, then those could become the column headers in a CROSSTAB but I doubt quote numbers are like that. Generating this quote sequential ID within each customer group can be done and then build CROSSTAB. However, building a report to run perpetually based on a CROSSTAB is also not easy because of its dynamic nature. http://allenbrowne.com/ser-67.html
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

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

Similar Threads

  1. Replies: 8
    Last Post: 11-18-2013, 03:36 AM
  2. Replies: 8
    Last Post: 05-14-2012, 09:49 AM
  3. Replies: 2
    Last Post: 03-16-2012, 06:49 AM
  4. Replies: 2
    Last Post: 03-13-2012, 03:01 PM
  5. Replies: 1
    Last Post: 11-23-2010, 01:30 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