need to combine two tables and output to comma delimited file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to take the data from two tables and output the information into
a comma delimited file. The two tables are linked. The first table has header
and line total information. The second table has line detail information.
There may be several lines for each header.
Is there a way to output the header information, followed by the detail info
for that header, followed by the total info for that header and then output
the next header.
 
Back
Top