Hi all,
I am looking to export a query (into Excel) and include a field value as part of the filename.
Example of what I am trying to achieve:
DoCmd.TransferSpreadsheet acExport, 8, "TEMP_SupplierItems", "C:/Data Downloads/EXP_SupplierItems_" & SuppName & ".xls", True, ""
DoCmd.Close...