R
Raj
Is it possible to have a pop-up that lets the user select
where they would like to have the file saved? Also what
if you wanted it to save to the current machines desktop
as default?
Thanks.
DoCmd.TransferSpreadsheet acExport, 8, _
"MainData", "C:\Documents and Settings\DB1\Desktop", True
where they would like to have the file saved? Also what
if you wanted it to save to the current machines desktop
as default?
Thanks.
DoCmd.TransferSpreadsheet acExport, 8, _
"MainData", "C:\Documents and Settings\DB1\Desktop", True