Export a filtered from mutliple reports to word

N

nicolascaprais

Hello,

here's a table source, with a filtering form, and two reports displaying
the filtered results of the table.



The first one (rptCustomers) helps me to view the totality of the
macthes, and the second one (rptCordisDetails) a more detailed
description of each match appearing on the first one.



What I wanna do is have a button on my form which exports the chosen
report to a word file. Behind the "Details" button there's the code
which gives the information to the report to be displayed . The
results of my filters is the strSQL2 string, and I want my "Export"
button on the form to take that value and export the chosen report(s)
to a word document.





I appreciate your help!



cheers

nico



PS: check the attachment here: http://dbforums.com/t918768.html
 
Top