advice on generating reports with Excel vs Microsoft Access












0















I have a Microsoft Access based tool that lacks the reporting capability I need. The tool is able to extract extract each table from its relational database as a separate CSV file. These files aren't too easily read by humans, since you need to cross reference the IDs from each file.



I need to create something that will allow my team to generate periodic reports - usually with the same format and information, and I will not be there to help them in future. There seems to be two options: (1) Create an Excel spreadsheet that uses many complex nested formulas to combine the CSV files, or (2) use MS Access, a tool I'm unfamiliar with, to generate Excel reports.



What would you recommend?



In particular, is it possible to create something with MS Access that will allow anyone to then generate Excel reports, even if they only have the free MS Access Runtimes rather than an expensive full copy of MS Access?










share|improve this question




















  • 5





    Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

    – allquixotic
    Feb 21 '13 at 22:55






  • 2





    Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

    – allquixotic
    Feb 21 '13 at 22:57











  • @allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

    – Griffin
    Feb 21 '13 at 23:18
















0















I have a Microsoft Access based tool that lacks the reporting capability I need. The tool is able to extract extract each table from its relational database as a separate CSV file. These files aren't too easily read by humans, since you need to cross reference the IDs from each file.



I need to create something that will allow my team to generate periodic reports - usually with the same format and information, and I will not be there to help them in future. There seems to be two options: (1) Create an Excel spreadsheet that uses many complex nested formulas to combine the CSV files, or (2) use MS Access, a tool I'm unfamiliar with, to generate Excel reports.



What would you recommend?



In particular, is it possible to create something with MS Access that will allow anyone to then generate Excel reports, even if they only have the free MS Access Runtimes rather than an expensive full copy of MS Access?










share|improve this question




















  • 5





    Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

    – allquixotic
    Feb 21 '13 at 22:55






  • 2





    Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

    – allquixotic
    Feb 21 '13 at 22:57











  • @allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

    – Griffin
    Feb 21 '13 at 23:18














0












0








0








I have a Microsoft Access based tool that lacks the reporting capability I need. The tool is able to extract extract each table from its relational database as a separate CSV file. These files aren't too easily read by humans, since you need to cross reference the IDs from each file.



I need to create something that will allow my team to generate periodic reports - usually with the same format and information, and I will not be there to help them in future. There seems to be two options: (1) Create an Excel spreadsheet that uses many complex nested formulas to combine the CSV files, or (2) use MS Access, a tool I'm unfamiliar with, to generate Excel reports.



What would you recommend?



In particular, is it possible to create something with MS Access that will allow anyone to then generate Excel reports, even if they only have the free MS Access Runtimes rather than an expensive full copy of MS Access?










share|improve this question
















I have a Microsoft Access based tool that lacks the reporting capability I need. The tool is able to extract extract each table from its relational database as a separate CSV file. These files aren't too easily read by humans, since you need to cross reference the IDs from each file.



I need to create something that will allow my team to generate periodic reports - usually with the same format and information, and I will not be there to help them in future. There seems to be two options: (1) Create an Excel spreadsheet that uses many complex nested formulas to combine the CSV files, or (2) use MS Access, a tool I'm unfamiliar with, to generate Excel reports.



What would you recommend?



In particular, is it possible to create something with MS Access that will allow anyone to then generate Excel reports, even if they only have the free MS Access Runtimes rather than an expensive full copy of MS Access?







microsoft-excel microsoft-access






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 28 at 22:53









fixer1234

19k144982




19k144982










asked Feb 21 '13 at 22:52









WoodenKittyWoodenKitty

159117




159117








  • 5





    Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

    – allquixotic
    Feb 21 '13 at 22:55






  • 2





    Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

    – allquixotic
    Feb 21 '13 at 22:57











  • @allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

    – Griffin
    Feb 21 '13 at 23:18














  • 5





    Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

    – allquixotic
    Feb 21 '13 at 22:55






  • 2





    Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

    – allquixotic
    Feb 21 '13 at 22:57











  • @allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

    – Griffin
    Feb 21 '13 at 23:18








5




5





Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

– allquixotic
Feb 21 '13 at 22:55





Access has a built-in reports module. You said the source data is in the relational database. Why can't you just build a report in Access that they can run? It's so much easier to build a report in something that has knowledge of the database schema than to use something like Excel. And yes, Access Runtime should be enough, if you do it right.

– allquixotic
Feb 21 '13 at 22:55




2




2





Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

– allquixotic
Feb 21 '13 at 22:57





Also, you may be able to load up the Access database in OpenOffice Base as a data source and create your reports there. OpenOffice is free.

– allquixotic
Feb 21 '13 at 22:57













@allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

– Griffin
Feb 21 '13 at 23:18





@allquixotic double upvoted you know your stuff. Thanks for helping inform the community with spot on clear and concise answers.

– Griffin
Feb 21 '13 at 23:18










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f555528%2fadvice-on-generating-reports-with-excel-vs-microsoft-access%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f555528%2fadvice-on-generating-reports-with-excel-vs-microsoft-access%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Plaza Victoria

Brian Clough

Cáceres