query from excel to access - xlodbc.xla

L

larzize

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?
 
T

TK

Hi arzize

ADO is Microsoft’s' 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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top