randommetalguy
Registered User.
- Local time
- Today, 12:16
- Joined
- Nov 25, 2008
- Messages
- 52
Hey guys,
I'm having trouble exporting from Access into Excel. My database is set up like this.
Input Form
Table to store data from Input From
Output Form that Grabs some data from the table and still makes a few additional calculations in a VBA module based on data from the Input Form.
One of the advanced users who has the ability to override some of the formulas and look ups needs to make changes to the output form before converting to a PDF. She would like other users to export the Output Form as an Excel file and email it to her so that she can make these changes. Then she wants to be able to either print a PDF that looks exactly like the Output Form from Excel or Import the edited Excel File back into Access and export as a PDF that way.
So what I'm thinking is to create a new Excel Spreadsheet to look like the Access Output Form and export to XML. Is there a way to put data from txtFirstName in the output form into cell A2 of an Excel Spreadsheet?
Another solution could be to export the Output Form as an XML file, have her make changes that way and import it back into Access into tblOutputForm and make a new Form that is bound to that table that only she has access to.
What's the best way to approach this?
I'm having trouble exporting from Access into Excel. My database is set up like this.
Input Form
Table to store data from Input From
Output Form that Grabs some data from the table and still makes a few additional calculations in a VBA module based on data from the Input Form.
One of the advanced users who has the ability to override some of the formulas and look ups needs to make changes to the output form before converting to a PDF. She would like other users to export the Output Form as an Excel file and email it to her so that she can make these changes. Then she wants to be able to either print a PDF that looks exactly like the Output Form from Excel or Import the edited Excel File back into Access and export as a PDF that way.
So what I'm thinking is to create a new Excel Spreadsheet to look like the Access Output Form and export to XML. Is there a way to put data from txtFirstName in the output form into cell A2 of an Excel Spreadsheet?
Another solution could be to export the Output Form as an XML file, have her make changes that way and import it back into Access into tblOutputForm and make a new Form that is bound to that table that only she has access to.
What's the best way to approach this?