M
Mark
Hi All,
Having date issue. I'm trying to attach the date to the end of a file name.
I'm formating my date to exclude the "/". I'm using this, but it comes out
the same. What am I doing wrong?
strDate = DateValue(Format(Date, "000000"))
or
strDate = DateValue(Format(Date, "mmddyy"))
Both return 01/21/2010
Having date issue. I'm trying to attach the date to the end of a file name.
I'm formating my date to exclude the "/". I'm using this, but it comes out
the same. What am I doing wrong?
strDate = DateValue(Format(Date, "000000"))
or
strDate = DateValue(Format(Date, "mmddyy"))
Both return 01/21/2010