Read/write Excel to Access

stoolpidgeon

Board Regular
Joined
Nov 21, 2011
Messages
162
Can I pick this thread up? Addresses an issue I'm having... I have an access db storing the entire divisions workload, and individual excel files querying the access db to retrieve just the work applicable to them that is outstanding (so query conditional on two fields; employee name and whether work is complete or in progress (true/false)). What I want to achieve is that employees can mark their work as Complete and this should communicate to the access db that it is complete so that upon refreshing their table in excel, the completed work is no longer populated. Is this possible?

EDIT: This post was split off from another thread because it's a new topic.
Moderators
 
Last edited by a moderator:

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
This can be done using VBA. Take a look at this tutorial. Among other things it shows you how to download selected records from an Access table, and edit/update from Excel.
If you are using Access 2007 or later with an .accdb database format you will need to change the Porvider from "Microsoft.Jet.OLEDB.4.0" to "Microsoft.ACE.OLEDB.12.0"

Denis
 
Upvote 0

Forum statistics

Threads
1,214,968
Messages
6,122,506
Members
449,089
Latest member
RandomExceller01

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