Export report into Excel

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

Guest

Hi! I want to export an Access 2000-report into Excel 2000. So far I have
tried creating a macro with the Outputto-Command. Unfortunately when I open
the Exel-file only the headlines have been transfered. Any ideas what to do?
Thanks
 
Martin said:
Hi! I want to export an Access 2000-report into Excel 2000. So far I have
tried creating a macro with the Outputto-Command. Unfortunately when I open
the Exel-file only the headlines have been transfered. Any ideas what to do?


Since a report is a graphical/picture representation of your
data, it is not a good candidate for exporting to another
program for further processing. You would be better off
exporting the report's record source query.
 
Back
Top