J
JR_06062005
I want to export a query as an Excel file, then give the user the option to
choose a name and location for the file.
Excel and Word have a FileSave dialog, but I can't find one for Access. In
looking through this group I noticed that another couple of users were
referred to:
http://www.mvps.org/access/api/api0001.htm
This url uses the api open file dialog. It instructs that by designating
the FileOpen feature as false a file save dialog is produced. But I still
haven't figured out how to actually save a file with this feature. One
possibility I explored is the following:
--From the dialog, pass a file name and path to a function such as
TransferSpreadsheet. But how does the dialog pass a value?
Any assistance with this will be greatly appreciated.
choose a name and location for the file.
Excel and Word have a FileSave dialog, but I can't find one for Access. In
looking through this group I noticed that another couple of users were
referred to:
http://www.mvps.org/access/api/api0001.htm
This url uses the api open file dialog. It instructs that by designating
the FileOpen feature as false a file save dialog is produced. But I still
haven't figured out how to actually save a file with this feature. One
possibility I explored is the following:
--From the dialog, pass a file name and path to a function such as
TransferSpreadsheet. But how does the dialog pass a value?
Any assistance with this will be greatly appreciated.