Convert report data to table

  • Thread starter Nicholas Scarpinato
  • Start date
N

Nicholas Scarpinato

Hello everyone. I've got a problem I can't seem to figure out how to tackle.
I have an Access report which creates an amoritzation table. Everything works
exactly how I need it to, except that I need the information in table form so
I can run calculations off it. I've tried exporting the finished report as a
text file, or an Excel file, but each time I only get the first line of the
report. This is where I got the code for the report itself from, I had to
change a few of the field names for my purposes, but everything else is the
same:

http://support.microsoft.com/Default.aspx?kbid=256200

Can anybody help me to either convert this report into queries, or figure
out how to convert the report to a text file so I can import the data into a
table?
 
Top