View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
leungkong leungkong is offline
external usenet poster
 
Posts: 32
Default Use VBA to update Access table or Query from Excel

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


"Jan Karel Pieterse" wrote:

Hi Leungkong,

Can I use VBA to update Access table or Query from Excel?


Of course, using ADO or DAO.
See:

http://www.erlandsendata.no/english/...badacexportado

Regards,

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

.