Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting To Excel

Status
Not open for further replies.

marydn

Programmer
Mar 26, 2001
152
US
Hi- I want to export an Access table to Excel. However, I want the sum of some fields to be included in the spreadsheet. These sums are not present in the table.Is there an easy way to code this? Any help is greatly appreciated.

M.
 
create a query based on the table and include whatever sums you need in the query. Then instead of exporting the table, export the query.

Hope i haven't been too vague.

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top