stoolpigeon
Registered User.
- Local time
- Today, 03:27
- Joined
- Apr 23, 2013
- Messages
- 12
Each member of our team in the office uses their own individual excel file to store their 'work in progress' which all use the same template. I've recently fed these into Access via linking the excel files and then wrote a query that is a union of each of these links, so that we have a consolidated representation of all the work we're doing in a single query.
The problem I'm having is that if anyone has their individual workload open on their computer, the query fails to run and kicks up an error complaining that because that file is in use on another computer, Access is unable to access it and populate the query.
I've fairly extensively googled this problem and the only solution I have found so far is that it's possible but via a bit of vba coding. I'm fine coding some VBA for excel but haven't the first clue how to achieve this in Access.
Any help would be greatly appreciated.
The problem I'm having is that if anyone has their individual workload open on their computer, the query fails to run and kicks up an error complaining that because that file is in use on another computer, Access is unable to access it and populate the query.
I've fairly extensively googled this problem and the only solution I have found so far is that it's possible but via a bit of vba coding. I'm fine coding some VBA for excel but haven't the first clue how to achieve this in Access.
Any help would be greatly appreciated.