CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 1999
    Posts
    6

    Data Report Grouping Help Please

    I have a SQL query in the Data environment that joins 3 tables and I have grouping on some fields. I have designed a report that uses this DE command object with the grouping and it all works fine.

    However I would like to add another level of grouping based on another field. I know how to add a new group to the report but how do I add another level of grouping to the command object containing the SQL query?

    Help would be very much appreciated.



  2. #2
    Join Date
    Jan 1999
    Posts
    24

    Re: Data Report Grouping Help Please

    Hello,
    I u use DE in VB6, u can add the child command. If u use code to create Grouped RS, u can use shape command.
    It is easy fo u to do that .
    H.Q.Cuong


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