Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default excel VBA programmer, what is the value of adding access for data

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default excel VBA programmer, what is the value of adding access for data

On Dec 14, 2:47 pm, AMDiesen
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
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,593
Default excel VBA programmer, what is the value of adding access for data

I disagree with a lot of what Trevor said. I don't like using Access forms
and reporting facilities, and Excel is anything but limited (pivot tables,
charts, conditional formatting, data validation, etc., etc?)

What Access does give you is a relational database, which can be very useful
in helping to describe the data and the relationships of that data. You can
actually create Access database even if you don't have Access, as Access is
really two products, the database and the Access reporting and data entry
facility. Creating an Access database, you can then use Excel to analyse
that data.

The advantage over CSV files? All the data in one place. Greater cross file
analysis. Data integrity. And so on.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

wrote in message
...
On Dec 14, 2:47 pm, AMDiesen
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



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 735
Default excel VBA programmer, what is the value of adding access for data

I only ever use Access as data storage for any Excel applications that
require a large set of data to be accessed or created. I used to use CSVs
but they became difficult to maintain, especially where the application had
multiple data tables to store. The benefit over CSVs is that MDB files have
the data structures, relationships and data integrity. My Excel application
creates the Access MDB then maintains the data adding rows, editing existing
data and so on, I can link tables and present the data back as a single
related set, which can be read back into Excel. The user does not need to
have Access (the application) installed, however I can open the MDB using
Access and take a look at the data etc. independently which also overcomes
the 65k row limit (pre Excel 2007) and not having to shift the data into
Excel first.

--

Regards,
Nigel




"AMDiesen" wrote in message
...
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.


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default excel VBA programmer, what is the value of adding access for d

Thanks Nigel, Bob, Trevosef

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need an Excel VBA programmer xjetjockey Excel Discussion (Misc queries) 0 April 24th 07 09:56 PM
am in need of an excel professional vba programmer bmwiener Excel Programming 1 September 26th 06 05:29 AM
ot - Wanted: Excel Programmer Writers in RedmondWanted: Excel Programmer Writers in Redmond Gary Keramidas[_2_] Excel Programming 4 May 8th 06 01:48 PM
Import Access data into Excel - Looking for programmer Harry[_7_] Excel Programming 1 February 13th 05 05:47 PM
Adding data from Excel sheet to Access database William Francis Excel Programming 2 July 29th 04 02:43 PM


All times are GMT +1. The time now is 10:47 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"