jadams0173
Technical User
- Feb 18, 2005
- 1,210
I have a macro that runs a series of queries. At the end I send the result of a query to excel and save it on a network drive. Is it possible to have a "dynamic" name for the file so they don't overwrite each day? Maybe like a combo box value or the date using Now()?? Any other ideas?
Something like:
X:\folder\folder\TEST123 & now()&.xls
X:\folder\folder\TEST123 & forms!form!cbobox&.xls
Something like:
X:\folder\folder\TEST123 & now()&.xls
X:\folder\folder\TEST123 & forms!form!cbobox&.xls