When I use Month('07/01/2006') it returns 7
When I use DatePart(mm,'07/01/2006') it returns 7
I'd like 07, and the day 01 because I need to format it on the fly in a query because I'm taking todays date and compairing it against a field that
looks like this -> '#2006\07\06\DOCxyz'
Yes I know the slashes are reversed in the table. It's not my table.
(help... please)
When I use DatePart(mm,'07/01/2006') it returns 7
I'd like 07, and the day 01 because I need to format it on the fly in a query because I'm taking todays date and compairing it against a field that
looks like this -> '#2006\07\06\DOCxyz'
Yes I know the slashes are reversed in the table. It's not my table.
(help... please)