Autoeng
Why me?
- Local time
- Today, 15:44
- Joined
- Aug 13, 2002
- Messages
- 1,302
This is a good one and I'm at a loss to overcome it.
I have a database (Database1) that has a table (tblReqdParts) that is a link to an Excel spreadsheet (allparts1.xls).
I have another database (Database2) that has a table (tblReqdParts) that is a link to an Excel spreadsheet (allparts2.xls) and has another table (tblDB1ReqdParts) that is a link to the Excel spreadsheet (allparts1.xls) from above.
In Database2 I perform a query that subtracts allparts1 from allparts2 and report this to an Excel spreadsheet via an ODBC link.
Now, if I open the ODBC linked spreadsheet which fires the query in Database2 and someone has Database1 open I get an error that the Excel spreadsheet allparts1.xls cannot be opened because it is opened exclusively by another member. Of course! I need to set the Excel properties to shared workbook. AAAAUGGGGHHHH! It still doesn't work.
Can anyone see a way around this?
I have a database (Database1) that has a table (tblReqdParts) that is a link to an Excel spreadsheet (allparts1.xls).
I have another database (Database2) that has a table (tblReqdParts) that is a link to an Excel spreadsheet (allparts2.xls) and has another table (tblDB1ReqdParts) that is a link to the Excel spreadsheet (allparts1.xls) from above.
In Database2 I perform a query that subtracts allparts1 from allparts2 and report this to an Excel spreadsheet via an ODBC link.
Now, if I open the ODBC linked spreadsheet which fires the query in Database2 and someone has Database1 open I get an error that the Excel spreadsheet allparts1.xls cannot be opened because it is opened exclusively by another member. Of course! I need to set the Excel properties to shared workbook. AAAAUGGGGHHHH! It still doesn't work.
Can anyone see a way around this?