Hello
I want to grab a value that is selected on a form (it is a date) and have that be part of the file name when I export to excel.
Something like this.... so the file name would be Dealer-Summary-11/30/2024.xlsx
"F:\Finance & Accounting\Securitization\Rick-Securitization Data\Temp-Date\Dealer-Summary-" & [Forms]![Month-End-Form]!
[List2] & ".xlsx"