Access 2000 - Automation example please

M

Matt.

Hi all!

Google searching is getting me very frustrated. Can anybody give me a
straightforward example of running an Access Query using Automation from
Excel? It would be VERY COOL if the example used ADO and populated a
recordset, but I'm not sure if that's possible.

I've gotten this far:

Dim acApp As Object
Set acApp = CreateObject("Access.Application")

but I can't find any samples for running a query.

Thanks in advance,

cheers,
Matt.
 
M

Matt.

P.S.

I need to open Access as the query I wish to ru contains a User Defined
Function.

cheers, (again)
Matt.
 

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