Exporting Access Reports to Excel with Formatting

J

John Patterson

I would like to export an Access 200 report to an Excel
spreadsheet with my column Header information above the
actual data. I have replaced my labels in the header with
text boxes, but all that produces on the spreadsheet is
another column. Any Ideas would be appreciated.

JP
 
G

Gareth Grindal

Pivot Table??
They work for me.
I found it easier to use the query that would generate my
data for the report, and dump that into a table in my
Access file.
Then use Pivottable Wizard to point to an external
datasource, and use the PivotTable functions to do the
calculations on the data.
This also allows you to dynamically control the layout of
the data.
You could then automate the execution of that query
through Excel and refresh the PivotTable to make sure you
are looking at up-to-date data.
Hope this might help
otherwise apologies for wasting your time
Gareth G
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top