Use VBA to update Access table or Query from Excel

L

leungkong

Hi Jan,

Thanks. I think ADO is what I want.
But I am not only want to export from excel to access.
I want to edit some data in access table.

For example, Access has a table "ProductList"
I want to use Excel to call the product by "ProductCode" field.
After I update the "UnitPrice" via excel to access.

Can I use ADO to do it? If yes, could you please advice me some book or
link? Thank you very much.

Kind Regards,
Kong
 
J

Jan Karel Pieterse

Hi Leungkong,
For example, Access has a table "ProductList"
I want to use Excel to call the product by "ProductCode" field.
After I update the "UnitPrice" via excel to access.

Can I use ADO to do it? If yes, could you please advice me some book or
link? Thank you very much.

The information is in the same link I gave previously.

There is a microsoft press book called "Programming ADO" by Sceppa which is
quite good.

Regards,

Jan Karel Pieterse
Excel MVP
http://www.jkp-ads.com
 

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