Updating Access Table Via Excel

cfoye130

Board Regular
Joined
Aug 12, 2008
Messages
84
Hey guys.

So I have a workbook that opens an access database. Via VBA, I need to update two tables in access with values from my workbook.

So the database has two tables, one called "Implementation", one called "Status". My workbook has two sheets, called the same thing, Implementation, and Status. My key between everything is CCID. That field exists in all tables and worksheets. What I need to do is for each CCID that exists in my "Status" worksheet, update the field, "ImpDate" in the "Status" table in access. The same thing goes for "Implementaiton". For each CCID in "Implementation" worksheet, I need to update the "Approval" and "AppDate" fields in the "Implementation" table.

Any ideas on how I would do this? Thank you in advance!
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,224,566
Messages
6,179,558
Members
452,928
Latest member
101blockchains

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top