Hi
i have 100 name on my db and i want to print 100 report
every report with its name
i mean i want one click to print all 100 report and change the name dynamically
how?
thanks in advance.
Printable View
Hi
i have 100 name on my db and i want to print 100 report
every report with its name
i mean i want one click to print all 100 report and change the name dynamically
how?
thanks in advance.
How are you feeding the name to the report one at a time now?
It should be a simple matter of taking that code, and replacing it with a loop that goes through your name table.
thanks for reply
if i loop for every name does this will give every name on a separate page but on the same report ?
Set the report title as a paramter on the report and run the report, feeding the new name to the parameter.