Hi again,
I realise I never answered your final question: Excel or Access? Well, 'You
pays your money and you takes your choice.' Consider the strengths of each
application.
Access contains some superb visual programming tools and wizards, notably
form design and the Query Grid. It also encompasses a good small scale
database manager (Jet) and has the ability to link to ODBC compliant
databases (e.g. Oracle). So for structured data, queries based on that data,
repetitive tasks performed on record sets and a flexible UI (i.e. forms)
Access is your choice.
Excel is superb for displaying immediate results and handling numeric data.
Cross analysis is particularly easy in Excel. So are charts, pivot tales,
etc. Excel is used and understood by a wider user community, particularly the
Accounting fraternity. Data is stored and persisted in the spreadsheets; a
spreadsheet is analagous to an Access table.
If you are performing repetitive tasks on a set of records and/or need to
query that data and/or need to provide a comprehensive user interface then it
is probably worthwhile importing the data into Access. However it is
perfectly feasible to do everything you have described solely in Excel. If
you choose to use only Excel then I do suggest you repost your requirement in
the Excel section of these boards as you will solicit more qualified help
than generally available in this section.
If you choose Access then let me know and we'll take it a step further.
Rod
Daniel Lee said:
=?Utf-8?B?Um9kIFBsYXN0b3c=?= <
[email protected]>
wrote in
Thanks Rod, see my comments below.
Hi Daniel,
Are you using a stand-alone MBD?
Does Excel run on the same machine as
the stand-alone MDB?
[Daniel...YES, from the same network folder]
Does your Excel spreadsheet already exist ready
to receive your data or do you have to create it anew each time?
[Daniel...The Excel workbook and spreadsheet does exist and ready
to receive the data.]
How do you rate your VBA experience with Access and/or Excel?
How familiar are you with the Excel Component Object Model?
[Daniel...Not at all. Can you give me some examples or a web site
to look into?]
To reassure you, what you want to do is quite feasible but in order to
better help you I need to gauge your level of experience.
Regards,
Rod
[Daniel...I get the data from a delimited text file where I first
import to another Excel worksheet in the same workbook, I have Linked to
the Access mdb. I then append this linked table into an intermediant
Access table where I run many queries to update some of the data. At
this point is where I need the data back into Excel to use in several
Pivot Tables.
Would it be better to Update the data in Excel without doing this step
in Access? If so, how would I perform the update in Excel? Macro's!
Thanks again for the help, Rod.
Daniel