LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 595
Default Excel connect/import Access data using ADO and VBA?

On Wed, 19 Mar 2008 07:13:54 -0700 (PDT), "
wrote:


However, I did notices that it mentions SQL, I do I need any kind of
MySQL server running or anything? I was hoping to just use excel
files and access files with no special server software running.


No you don't need any other software than what you have. Access is the
front end for a Jet database. It could be the front end for SQLServer,
MySQL, or just about any other kind of database, but if you create the
database in Access (rather than link to it in Access), then you'll get a Jet
database.

You need Jet (installed with Access so you have it), Excel, and ADO. I'm
not sure how ADO gets installed, but I'm sure you have it. It may get
installed with Windows, Office, or both.

ADO lets you work with a lot of different databases using the same syntax.
You'll need to know some basic SQL (structured query language) to tell ADO
what records to return. If you don't know SQL syntax, you can open up
Access, design you're query, and look at the SQL view.

Post back after you've looked at the article if you have any more questions
or need more clarification on anything.
--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com


 
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
Can we connect Pivot to multiple source data (MS Access) Milind Keer[_2_] Excel Discussion (Misc queries) 6 January 22nd 09 12:10 PM
How do I connect to access 2007 data from excel? Marilyn Myers Excel Discussion (Misc queries) 3 December 12th 08 04:15 PM
import access data into excel George Applegate[_2_] Excel Discussion (Misc queries) 1 April 18th 08 10:13 PM
import data from access to excel George Applegate[_2_] Excel Worksheet Functions 1 April 18th 08 02:13 PM
Data Entry Form Connect With Access Anna Excel Discussion (Misc queries) 0 November 24th 06 04:01 PM


All times are GMT +1. The time now is 12:02 AM.

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

About Us

"It's about Microsoft Excel"