Excel Bookstore
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Bill Jelen Books » Manager's Guides to Computing » Integrating Excel and Access  
Other Locales
  • Canada
  • U.K.
  • USA
  • Categories
    Bill Jelen Books
    Excel Books
    Excel 2007 Books
    VBA Books
    Pivot Table Books
    Charting Books
    Access Books
    Office Books
    Holy Macro! Books
    Office Software
    Computers
    Related Categories
    • Manager's Guides to Computing
    Business & Culture
    Computers & Internet
    Subjects
    Books
    • SQL
    Databases
    Computers & Internet
    Subjects
    Books
    • Database Design
    Databases
    Computers & Internet
    Subjects
    Books
    • Excel
    Applications
    Microsoft
    Computers & Internet
    Subjects
    • Modeling & Simulation
    Computer Science
    Computers & Internet
    Subjects
    Books
    • Computers & Internet: Databases: SQL: General
    General
    Archive
    Custom Stores
    Specialty Stores
    • Computers & Internet: Software: Spreadsheets: General
    General
    Archive
    Custom Stores
    Specialty Stores
    • Computers & Internet: Software: General
    General
    Archive
    Custom Stores
    Specialty Stores
    • Illustrated
    Edition (format)
    Refinements
    Books
    • Paperback
    Format (binding)
    Refinements
    Books
    • Printed Books
    Binding (feature_browse-bin)
    Refinements
    Books
    Subcategories
    Sybase
    Mass Market
    Trade

    Integrating Excel and Access

    Integrating Excel and Access

    zoom enlarge 
    Author: Michael Schmalz
    Publisher: O'Reilly Media, Inc.
    Category: Book

    List Price: $39.95
    Buy New: $4.00
    You Save: $35.95 (90%)



    New (31) Used (12) from $3.50

    Avg. Customer Rating: 3.5 out of 5 stars 14 reviews
    Sales Rank: 22936

    Format: Illustrated
    Media: Paperback
    Number Of Items: 1
    Pages: 232
    Shipping Weight (lbs): 0.9
    Dimensions (in): 9.1 x 6.9 x 0.7

    ISBN: 0596009739
    Dewey Decimal Number: 005.7565
    EAN: 9780596009731
    ASIN: 0596009739

    Publication Date: November 1, 2005
    Availability: Usually ships in 1-2 business days
    Shipping: Expedited shipping available
    Shipping: International shipping available

    Similar Items:

      • Microsoft Access Data Analysis: Unleashing the Analytical Power of Access
      • Excel Advanced Report Development
      • Professional Excel Development: The Definitive Guide to Developing Applications Using Microsoft(R) Excel and VBA(R) (The Addison-Wesley Microsoft Technology Series)
      • Access Cookbook, 2nd Edition
      • Microsoft Access 2003 Forms, Reports, and Queries (Business Solutions)

    Editorial Reviews:

    Product Description

    In a corporate setting, the Microsoft Office Suite is an invaluable set of applications. One of Offices' biggest advantages is that its applications can work together to share information, produce reports, and so on. The problem is, there isn't much documentation on their cross-usage. Until now.

    Introducing Integrating Excel and Access, the unique reference that shows you how to combine the strengths of Microsoft Excel with those of Microsoft Access. In particular, the book explains how the powerful analysis tools of Excel can work in concert with the structured storage and more powerful querying of Access. The results that these two applications can produce together are virtually impossible to achieve with one program separately.

    But the book isn't just limited to Excel and Access. There's also a chapter on SQL Server, as well as one dedicated to integrating with other Microsoft Office applications. In no time, you'll discover how to:

    • Utilize the built in features of Access and Excel to access data
    • Use VBA within Access or Excel to access data
    • Build connection strings using ADO and DAO
    • Automate Excel reports including formatting, functions, and page setup
    • Write complex functions and queries with VBA
    • Write simple and advanced queries with the Access GUI
    • Produce pivot tables and charts with your data

    With Integrating Excel and Access, you can crunch and visualize data like never before. It's the ideal guide for anyone who uses Microsoft Office to handle data.




    Customer Reviews:   Read 9 more reviews...

    1 out of 5 stars Virtually Useless   November 25, 2007
     2 out of 3 found this review helpful

    I bought this book because I was in a crunch and needed some quick help in getting a model I was building in Excel for a client to talk to the large dataset stored in Access (to run queries through VBA from the Excel platform, etc). It turns out that there's very little about using Excel as the front end and Access as the back end - the author favors using Access up front (including to do some seemingly random and senseless things as update an Excel model through a code you have to execute in Access, for some reason).

    Beyond this flaw, my general impression of the book is a bunch of random snippets of code that were useful at some point to the author and which he reproduces with no attempt to actually explain the workings of the code. He then threw this in with a bunch of other stuff that you don't need a book to tell you how to do (import data from Access to Excel, import data to Access, etc.). There was little thought and quality put into this book - it shouldn't have been published.



    4 out of 5 stars Needed Coverage of a Specific Topical Area   November 13, 2007
    "Integrating Excel and Access" covers the topic spelled out in the book's title...the integration of Microsoft Excel and Microsoft Access. While this may appear to be a niche topical area, I found such integration to be important, especially when working with large and complex data sets using non-enterprise class tools.

    The book does a good job covering the important area of the object models...for both Excel and Access. Utilizing and referencing object models across these two applications can prove to be a critical task when automating the integration of Access and Excel.

    I used this book for the specific purpose of automating Excel from Access and vice-versa...thus my focus on object models. As such, I did not focus a great deal on the rest of the book's content.

    This is the best reference I have come across related to the automation of Microsoft Excel from Microsoft Access and vice versa.



    1 out of 5 stars A wordy collection of Excel code   June 1, 2007
     6 out of 7 found this review helpful

    The title of this book is misleading. 70% of the book covers Excel and how to make Excel integrate into other platforms and applications. At 190 pages, that means the author spends about 60 pages covering Access (and that's only to cover intuitive tasks accomplished through the user interface). The examples are mostly Excel VBA code; none of which are particularly new or mind blowing.

    The strangest part of this book is the author inexplicably puts a half-hearted Excel object model in an Appendix. But no object model for Access? Can anyone say filler? Seems a shame to waste such an interesting topic on this extremely wordy collection of Excel code. The positive: this book is thin enough to fit perfectly under my wobbly desk.



    2 out of 5 stars Hodgepodge of topics   January 22, 2007
     28 out of 31 found this review helpful

    This book contains a hodgepodge of topics loosely fitting in with Access and Excel. Unfortunately, the title is misleading. You would expect an entire book on automating data movement between Excel and Access (BOTH from AND to), but you don't entirely get that. The XML stuff and integration with other applications is interesting but not necessarily relevant. There's also a great discussion of Excel's R1C1 (relative address) and A1 (absolute address) style notation.

    Let's go through the chapters:
    1. Intro
    2. Using Excel's Uset Interface
    3. Data Access from Excel VBA (using Excel to pull data in)
    4. Integration from the Access Interface which covers exporting data to Excel.
    5. Using Access VBA to Automate Excel (about pushing/exporting a spreadsheet from Access to an Excel window using Access VBA)
    6. Using Excel Charts and Pivot Tables with Access Data
    7. Leveraging SQL Server Data with Microsoft Office... part of this talks about how Excel can AVOID Access (the opposite of what the book is supposed to be about!)
    8. Advanced Excel Reporting Techinques... bad title, good topic. This is about using Access VBA to create reports in an Excel spreadsheet.
    9. Using Access and Excel Data in Other Applications (OTHER??? applications. Now we are looking at OTHER applications like Word, Powerpoint, and MapPoint. Interesting, but way off topic.)
    10. Creating Form Functinality in Excel (another chapter about Excel, not integration)
    11. Builing Graphical User Interfaces (an unnecessary Access tutorial)
    12. Tackling an Integration Project (general discussion)

    Then there's an appendix about Excel('s) Object Model and VBA Basics.

    So out of all of the above, all it has to say about importing Excel data into Access is many pages showing how to use the import wizard which is pretty intuitive anyway but doesn't say much about pulling Excel data into Access using VBA. What about getting DoCmd.TransferSpreadsheet to work as smart as manually using the Access import wizard?



    3 out of 5 stars What about Controlling Access from Excel   December 30, 2006
     9 out of 10 found this review helpful

    I'd actually rate this 3.75 *'s, but that's not available. I find this excellent in the material it does cover, namely "controlling," if you will, Access from Excel. There simply are an insufficient number of books and documents covering the details of Microsoft automation, which was supposed to be one of hallmarks of using MS Office. However, I found nothing in the text going the other way - controlling Excel from Access. This is an inexcusable ommission, in my opinion. The book should be retitled so it's true content is clear.

    Thank you for browsing ExcelBookstore.com!