Jul 17, 2006 #1 scotttom IS-IT--Management Mar 5, 2002 143 US Hi, So I see how to change a date like "10312005" to 10/31/2005.... But how do I go the other way? I want to use a date parameter that I am using in a query for a exported file name. "Report06012006to06302006.xls" Thanks in advance for any help! Scott
Hi, So I see how to change a date like "10312005" to 10/31/2005.... But how do I go the other way? I want to use a date parameter that I am using in a query for a exported file name. "Report06012006to06302006.xls" Thanks in advance for any help! Scott
Jul 17, 2006 1 #2 genomon Programmer Aug 20, 2001 2,449 US Try a custom format like Format(strDate,"mmddyyyy") I have great faith in fools; self-confidence my friends call it. -Poe Upvote 0 Downvote
Try a custom format like Format(strDate,"mmddyyyy") I have great faith in fools; self-confidence my friends call it. -Poe
Jul 17, 2006 Thread starter #3 scotttom IS-IT--Management Mar 5, 2002 143 US Excellent! Thanks very much! Upvote 0 Downvote