Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default query from excel to access - xlodbc.xla

Excel vba docs document sql links to databases including access
My goal is to query access (in sql) and analyse the result from vba (not
publishing it in excel).
I read about SQLopen() statements. I would like to try such. My vba does not
recognise the sets of functions and I read that i need to load xlodbc.xla. I
looked in most docs and sites for this add in and I cannot find it.
I have therefore two questions:
- can i find this xla?
- should i use a DAO / ADO link instead?



  #2   Report Post  
Posted to microsoft.public.excel.programming
TK TK is offline
external usenet poster
 
Posts: 177
Default query from excel to access - xlodbc.xla

Hi arzize

ADO is Microsofts' latest (not that new) component and usually recommended
by those that recommend things of that nature. If you need a sample, post
the path to your DB and a table name and I'll post back.

Good Luck
TK

"larzize" wrote:

Excel vba docs document sql links to databases including access
My goal is to query access (in sql) and analyse the result from vba (not
publishing it in excel).
I read about SQLopen() statements. I would like to try such. My vba does not
recognise the sets of functions and I read that i need to load xlodbc.xla. I
looked in most docs and sites for this add in and I cannot find it.
I have therefore two questions:
- can i find this xla?
- should i use a DAO / ADO link instead?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 593
Default query from excel to access - xlodbc.xla

"larzize" wrote in ...

- can i find this xla?


Try MSDN e.g.

Excel 2002 Add-in: Open Database Connectivity:
http://www.microsoft.com/downloads/d...displaylang=EN

- should i use a DAO / ADO link instead?


You'd get much more control (and complexity) if you did.

Jamie.

--
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
Query from Access into Excel cause Access to go to read only T Stephens Excel Discussion (Misc queries) 0 March 24th 09 04:17 PM
Can I use MS Query in Excel like an Append Query in Access Sam Wardill Excel Discussion (Misc queries) 0 April 11th 06 02:41 PM
How to use a Access Query that as a parameter into Excel database query Karen Middleton Excel Discussion (Misc queries) 1 December 13th 04 07:54 PM
Need xlodbc.xla in Excel 2003 troubled Excel Programming 1 September 24th 04 07:44 AM
Access query vs. Excel query dutty Excel Programming 1 July 28th 04 07:19 PM


All times are GMT +1. The time now is 08:36 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"