Exporting in one file per record all of the records

  • Thread starter Thread starter Mark Andrews
  • Start date Start date
M

Mark Andrews

Write a little routine to loop through a recordset and export each report
(using a where clause or dynamically building sql).

Feel free to steal some code from the examples in our batch reporting
module. It will get you 95% of the way there.

HTH,
Mark
RPT Software
http://www.rptsoftware.com
 
How can I export all the records of a table to word files so that each
record i saved in a different word file?
 
Back
Top