Excel/Access connection via ADO

L

Loane Sharp

P.S. I'm a beginning Access VBA user, but an intermediate Excel VBA user.
Under time pressure I've decided to "drive the car" from within Excel rather
than Access (since I'm dealing with data analysis and interpretation rather
than database storage) and to focus on ADO- rather than DAO-based
connections between the two applications (since ADO seems to be the wave of
the future). Is this reasonable?
 
K

K Dales

Yes, it is reasonable and wise - DAO is now basically
obsolete. I also use ADO often to import Access (and
other db) info into Excel for more intensive numerical
analysis. With ADO you can even write Excel User
Functions based on your Access data.

For info on ADO you can go to the MSDN Library Data Access
Technologies section:
http://msdn.microsoft.com/library/default.asp?
url=/nhp/default.asp?contentid=28001860
 

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