Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to import data to excel, from MS Access without haveing the
link referance a drive letter? I would like the spreadsheet to referance only the drive name. This way multiple users can update the excel file regardless of what drive letter they have the shared drive containing the DB mapped to. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you tried the UNC name? It should work the same.
"Cyhill" wrote in message ... Is there a way to import data to excel, from MS Access without haveing the link referance a drive letter? I would like the spreadsheet to referance only the drive name. This way multiple users can update the excel file regardless of what drive letter they have the shared drive containing the DB mapped to. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm using the following method:
Data Import External Data New DB Query... and then following the prompts to pinpoint the DB I wish to link to. At which point , (option), would I enter the UNC Name? Or is there a whole other process for importing data from access to excel using the UNC Name? Thanks, "-" wrote: Have you tried the UNC name? It should work the same. "Cyhill" wrote in message ... Is there a way to import data to excel, from MS Access without haveing the link referance a drive letter? I would like the spreadsheet to referance only the drive name. This way multiple users can update the excel file regardless of what drive letter they have the shared drive containing the DB mapped to. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Cyhill,
I'm presuming you're using Data~Import External Data~Import Data right-click on your imported table and select 'Edit Query'. In the connection text box, find where it says Source=C:\folder name\... (or whichever drive) and change this to the server name. You can find your server name by looking in Explorer - it will appear looking something like: common on 'server-name' (J:) in this case you would change the Source=C:\folder name\... to //server-name\common\folder name\... Remember the first two slashes are forward slashes rather than back slashed. Hope this works - worked for me :) (can you rate the post if it was helpful please - thanks). "Cyhill" wrote: Is there a way to import data to excel, from MS Access without haveing the link referance a drive letter? I would like the spreadsheet to referance only the drive name. This way multiple users can update the excel file regardless of what drive letter they have the shared drive containing the DB mapped to. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Darren - Thanks for the quick reply!!
However, I must be missing something. When I select 'Edit Query', I do not see the option you mention beow. The query wizard takes me to a 'Choose Columns' prompt. I'm running Office 2003...in case that makes a difference. "Darren Bartrup" wrote: Hi Cyhill, I'm presuming you're using Data~Import External Data~Import Data right-click on your imported table and select 'Edit Query'. In the connection text box, find where it says Source=C:\folder name\... (or whichever drive) and change this to the server name. You can find your server name by looking in Explorer - it will appear looking something like: common on 'server-name' (J:) in this case you would change the Source=C:\folder name\... to //server-name\common\folder name\... Remember the first two slashes are forward slashes rather than back slashed. Hope this works - worked for me :) (can you rate the post if it was helpful please - thanks). "Cyhill" wrote: Is there a way to import data to excel, from MS Access without haveing the link referance a drive letter? I would like the spreadsheet to referance only the drive name. This way multiple users can update the excel file regardless of what drive letter they have the shared drive containing the DB mapped to. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Force linked files to link as a drive letter, not UNC name | Excel Discussion (Misc queries) | |||
Obtain drive letter assignment of CD/DVD drive? | Excel Discussion (Misc queries) | |||
I lose cell comments in Excel when moving a file via a USb drive | Excel Discussion (Misc queries) | |||
File in C drive is always trying to access Drive A | Excel Discussion (Misc queries) | |||
Link workbooks-C drive to network drive | Excel Worksheet Functions |