473,395 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Export Excel file on mapped drive

Hi,
I have a small databse that outputs 2 excel files to a folder.

DoCmd.TransferSpreadsheet acExport, , "randtrack",_
"C:\randomization\Trackrandomization.xls"

The person wants to put the database on a Mapped drive which shows as
their H drive:

path
test2$ on server1 (H:)

My question is that if put the database on that mapped drive (H) can I
just use the drive letter as the export target or do I need the full
network path?

thanks for your help
Bob
Nov 13 '05 #1
2 2720
On Tue, 19 Jul 2005 21:39:36 -0700, al*****@cox.net wrote:

The elegant solution is to ask for the destination path using a
File/SaveAs dialog, and save that user selection. Then use it as the
default the next time around.

Quick and Dirty solution is to use "H:\" as the new path.

-Tom.

Hi,
I have a small databse that outputs 2 excel files to a folder.

DoCmd.TransferSpreadsheet acExport, , "randtrack",_
"C:\randomization\Trackrandomization.xls"

The person wants to put the database on a Mapped drive which shows as
their H drive:

path
test2$ on server1 (H:)

My question is that if put the database on that mapped drive (H) can I
just use the drive letter as the export target or do I need the full
network path?

thanks for your help
Bob


Nov 13 '05 #2
Thank you for the input

Bob
On Wed, 20 Jul 2005 07:43:37 -0700, Tom van Stiphout
<no*************@cox.net> wrote:
On Tue, 19 Jul 2005 21:39:36 -0700, al*****@cox.net wrote:

The elegant solution is to ask for the destination path using a
File/SaveAs dialog, and save that user selection. Then use it as the
default the next time around.

Quick and Dirty solution is to use "H:\" as the new path.

-Tom.

Hi,
I have a small databse that outputs 2 excel files to a folder.

DoCmd.TransferSpreadsheet acExport, , "randtrack",_
"C:\randomization\Trackrandomization.xls"

The person wants to put the database on a Mapped drive which shows as
their H drive:

path
test2$ on server1 (H:)

My question is that if put the database on that mapped drive (H) can I
just use the drive letter as the export target or do I need the full
network path?

thanks for your help
Bob


Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
3
by: Rich Ulichny | last post by:
Not sure if this is correct newsgroup but I figured I had to start somewhere. We need to build a Web based application to allow users to choose an Excel file from their hard drive (or other...
8
by: Sarah | last post by:
I need to access some data on a server. I can access it directly using UNC (i.e. \\ComputerName\ShareName\Path\FileName) or using a mapped network drive resource (S:\Path\FileName). Here is my...
2
by: createdbyx | last post by:
I am trying to make a file sync utillity to sync files between my laptop and my desktop pc. On my desktop machine (xp pro sp2) I have shared my "Visual Studio Projects" folder using windows simple...
2
by: Arvind R | last post by:
Hello, how to ask saveas dialog before writing the data to the excel file? right now im able to save in c drive or any other specified location only. any solution will be a great help! ...
5
by: RadhakrishnanR | last post by:
Hi, By using VB6.0, I want to export database table data into (i.e based on the selected file type(xls or txt)) excel file or text file with a tab delimited text file. My User interface has: ...
2
by: RadhakrishnanR | last post by:
Hi, By using VB6.0, I want to export database table data into text file with a tab delimiter. My User interface has: • Drop down list box contain list of data base table name. • A path...
0
by: KNN | last post by:
I am running the frond end Access 2003 application under Citrix. There is no problem running the appcilation in this mode. When I try to export a report and select a drive on the citrix server, ...
1
by: dkultasev | last post by:
Hello, I developed the program for multi use. The program reads data from the text file and puts modified data back to another file. This program was uploaded to mapped network drive. When I try...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.