Export Excel file on mapped drive



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

DoCmd.TransferSpread*** 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


.


Loading