CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2001
    Location
    Romania, Bucharest
    Posts
    51

    Reports - Can't live with them, can't live without them

    I have a simple question because I don't have in mind something very clear.

    Is there any way to build a raport at run-time - for example somebody who was a database wants to make his own raport taking in consideration maximum max keys and minumun min keys.

    To be more specific, I have a database which holds an entire footbal season starting from teams and players to minutes of goals or yellow cards.
    There are multiple tables of course, and I know I can select from multiple tables so it shouldn't be a problem.
    So the thing is, how can I build reports taking in consideration to let the user building his own report.


  2. #2
    Join Date
    Sep 2001
    Location
    Elmshorn, Germany
    Posts
    8

    Re: Reports - Can't live with them, can't live without them

    you have to create dynamic reports.
    in case which information the user wants to have, he/she configures the report in a form. with these choices, you have to read a sql-statement out of a table. copy it into the recordsource-property from the report, then it will work.

    don't worry, its not easy

    KIK

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