Re: excel VBA programmer, what is the value of adding access for data



On Dec 14, 2:47 pm, AMDiesen <AMDie...@xxxxxxxxxxxxxxxxxxxxxxxxx>
wrote:
I currently program using VBA in excel. All the input and output data
created is stored in csv files. The bulk of the inputs are price files
dating back 30 years and updated daily. This data is then manipulated in
countless ways and the output is stored in multiple files in multiple
directories. What would be the value of using access to store the input and
output files? Thank you for your time.

Hi AMDiesen,
Access is a relational database. It allows data to be linked (i.e.
can build data relationships) easily and have built-in data integrity
check. It comes with query tools to extract and manupilate the data
and reporting tools to generate print reports. I would use Access if I
have to create multi-dimensional queries and create multiple reports.
Provided I don't have too many complex calculations with the data. You
can easily create Data Input forms (similar to UserForms in Excel)
from the defined data tables and/or queries. Excel is a great tool
for calculations but rather limited (other than through VBA
programming) when it comes to extracting and handling multi-
dimensional data. However, Access is bundled with MS Office
professional.

Regards
trevosef
.



Relevant Pages

  • Re: The best elegant solution to override 65k rows limit in a sheet
    ... Pulling things from *MULTIPLE* tables is easy. ... You've suggested how to handle moving averages a while ago. ... and the first record in A2:B2, the Excel formula to calculate this ... >if i want to provide REPORTS to customers I would use the crappiest ...
    (microsoft.public.excel)
  • RE: Report Design
    ... the data into Access and have been attempting to run reports with that data. ... total number of each different RAC decision Broken down by DOD, D/C and A/B, ... My company is trying to convert from using Excel to Access for our ... We have multiple ...
    (microsoft.public.access.reports)
  • Footer Page Number Question
    ... My Excel 97 application has several reports. ... is when all reports (single and multiple page) are printed out at once the ... Jim Kobzeff ...
    (microsoft.public.excel.programming)
  • How do I convert an Outlook template to Excel format?
    ... I have created a templates with fields. ... I would like to import multiple ... templates into Excel so I can create reports. ...
    (microsoft.public.outlook.general)
  • Re: why>?
    ... easier to do in a spreadsheet than it is to do in Excel. ... I can produce portable reports in PDF form quite easily.. ... Spreadsheets are poor platforms for writing complex ... databases don't NEED to store a different formula for each row. ...
    (microsoft.public.excel)