S
Supe
I have the OutputTo command list below to save the results as an Excel file
with a file name of Store Shipments. I run this off of a form where you
select a UPC using a drop down list(UPCCOMBO). Is there a way to set this up
where instead of saving using the file name Store Shipments it could list the
UPC that I selected from the drop down list as the file name?
Private Sub cmdExport_Click()
DoCmd.OutputTo acOutputTable, "Orders Y/N - Results", acFormatXLS,
"S:\Marketing\Void Reports\Store Shipments .xls", False
with a file name of Store Shipments. I run this off of a form where you
select a UPC using a drop down list(UPCCOMBO). Is there a way to set this up
where instead of saving using the file name Store Shipments it could list the
UPC that I selected from the drop down list as the file name?
Private Sub cmdExport_Click()
DoCmd.OutputTo acOutputTable, "Orders Y/N - Results", acFormatXLS,
"S:\Marketing\Void Reports\Store Shipments .xls", False