Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Access and Access VBA > Access VBA
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 28th, 2006, 12:08 PM
Registered User
 
Join Date: Nov 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Extract Excel data to Access Database

Hi All,

I have a consolidation task to be done.

I have uploaded my example spreadsheet to the below link

http://www.upload2.com/?cmd=_viewer&...df.xls&s=425f7

My spreadsheet sheet will be in the same format but with 5 more worksheets and each worksheet consisting of more than 200 rows. Think this is a input spreadsheet to 300 customers and they fill in the details and send it back as an attachment to a common email Id.

My task is to consolidate all the attachments. Its not possible to do it directly into an excel sheet as the columns exceed 1000 and the rows exceed 10,000.
I thought I will extract the data from each attachment into a MS Access Database and then query the Database for the required information.

Do you think this is the right way of doing it or is there any other way.

I suppose I can extract the data from each attachment with VBA code. I tried importing data from excel to MSAccess and it was not satisfactory.

Please let me know if I am approaching the right way and any material which helps me to work with this task



 
Old February 28th, 2006, 01:52 PM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Check out this bok. There is way too much formatting in the spreadsheet to do simple pulls. You are going to have to reference cells and worksheets. Not a problem, but look here:

http://www.oreilly.com/catalog/integratingea/


mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to transfer data from excel to Access database swaroop Access VBA 5 April 13th, 2007 09:02 AM
how to transfer data from excel to Access database swaroop Excel VBA 1 April 12th, 2007 10:45 AM
Excel To Access Database KennethMungwira Excel VBA 3 November 16th, 2006 06:49 AM
Converting excel data to Access using excel VBA ShaileshShinde VB Databases Basics 1 April 26th, 2006 07:57 AM
Extract build data from Oracle database chandra1977 Oracle 1 March 11th, 2004 02:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.