CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2007
    Posts
    32

    Unhappy CR9- Report Design

    I have the Data in access like this:

    custID phoneNo PhoneType
    1 11236 LandLineOffice
    1 98685 Mobile
    2 98675 Mobile
    2 22357 LandlineResi
    3 22567 LandLineOffice
    3 223554 LandlineResi
    etc..

    In the report I want in this format

    CustID Mobile Land Line Office Land Line Residence

    There is more if the LLOff/LLR/mob is empty no line must be left empty.
    so in the above eg I should get:

    CustID Mobile Land Line Office Land Line Residence
    1 -----98685 --11236
    2 -----98675 -----------------22357
    3 -----------22567 -----------223554
    dotted lines not reqd
    could somebody help me find a solution
    Last edited by CrystalBabysteps; August 25th, 2008 at 04:09 AM.
    Reporting Tool: CR9

  2. #2
    Join Date
    Jul 2004
    Location
    Chennai, India
    Posts
    1,064

    Re: CR9- Report Design

    Design Cross-tab Report
    Madhivanan

    Failing to plan is Planning to fail

  3. #3
    Join Date
    May 2009
    Posts
    4

    Re: CR9- Report Design

    Have you tried grouping by CUSTID?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured