RexesOperator
Registered User.
- Local time
- Today, 15:02
- Joined
- Jul 15, 2006
- Messages
- 604
I am using Access/Excel 2003
This may become an ongoing discussion. I'm not sure, but I might have asked this before. If I have, my apologies, but I am now at the stage where I need to begin coding this.
I have been able to export Access queries to Excel with no problem. I can also call an Excel spreadsheet from within Access. Again no problem.
What I would like to be able to do is dump the data from an Access form into the Excel spread sheet when the spreadsheet is opened (ie enter the data on the form, then hit a button that opens the spreadsheet with the data loaded). Then I need to take the results of the spreadsheet calculations and dump them back into the Access table that the form is bound to. This second button needs to be on the form as well. It would be called something like "Import Calculation Results".
I realize the immediate question is why not use Access for all the calculations. This spreadsheet is fairly complex and would be too cumbersome and time consuming to convert.
I also realize that calculated data should not be stored, but the data from the spreadsheet is not all calculated data.
This may become an ongoing discussion. I'm not sure, but I might have asked this before. If I have, my apologies, but I am now at the stage where I need to begin coding this.
I have been able to export Access queries to Excel with no problem. I can also call an Excel spreadsheet from within Access. Again no problem.
What I would like to be able to do is dump the data from an Access form into the Excel spread sheet when the spreadsheet is opened (ie enter the data on the form, then hit a button that opens the spreadsheet with the data loaded). Then I need to take the results of the spreadsheet calculations and dump them back into the Access table that the form is bound to. This second button needs to be on the form as well. It would be called something like "Import Calculation Results".
I realize the immediate question is why not use Access for all the calculations. This spreadsheet is fairly complex and would be too cumbersome and time consuming to convert.
I also realize that calculated data should not be stored, but the data from the spreadsheet is not all calculated data.