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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Access Table to Excel Pivot Chart??? 1

Status
Not open for further replies.

jsaliers

Programmer
Jan 23, 2003
129
US
I have an access database, and a query that makes a table for the user based on a date range. I would like to have something in the database that will put the access table into excel and create a specific Pivot Chart. Is there any way to do this?

I thought about possibly exporting the table to and Excel spreadsheet, and having a macro auto open it, paste it into a template, which would create the pivot chart, but I would like it all automated, so the user can enter the date range, and up pops the chart. What would be the best way to do this?

Thanks in advance!!

Jon Saliers
 
If you are using Access 2000 click Forms under Obkects in the Database window toolbar
Click the New button on the Database window toolbar.
In the New Form dialog box, click PivotTable Wizard, and then click OK.
Follow the instructions in the wizard.
There is also a chart wizard
 
If you need a pivotchart in excel - just start pivot table wizard and in the first step select external data (upper option - data source) and pivot chart (lower - table or chart).

combo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top