Click to See Complete Forum and Search --> : Reports - Can't live with them, can't live without them


dafi
August 31st, 2001, 02:26 AM
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.

KIK
September 3rd, 2001, 09:48 AM
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