File Naming

  • Thread starter Thread starter Brig
  • Start date Start date
B

Brig

I created a macro that runs OutpuTo a txt file.

Can I rename the file with this naming convention: "mmddyy (now)" & "query
name".txt = 040808Sales.txt

Thank you.
 
Perhaps what you are looking for is.

Format(Date(),"mmddyy") & "queryname.txt"


--
John Spencer
Access MVP 2002-2005, 2007-2008
Center for Health Program Development and Management
University of Maryland Baltimore County
..
 
Back
Top