G
Guest
Does anyone know why the following is happening:
I have a table with a date field, in short date format. It has been
formatted like this:
mm/dd/yyyy
I have it formatted this way so that there are always double digit value for
the month and day fields, ex. 01/05/2005 instead of 1/1/2005.
The problem that I am having is that when I query the data in this field
with a Left function, it always chops off the first zero in the month field.
I want my results to say 01, not 1/. Does anyone know how to fix this?
Thanks.
I have a table with a date field, in short date format. It has been
formatted like this:
mm/dd/yyyy
I have it formatted this way so that there are always double digit value for
the month and day fields, ex. 01/05/2005 instead of 1/1/2005.
The problem that I am having is that when I query the data in this field
with a Left function, it always chops off the first zero in the month field.
I want my results to say 01, not 1/. Does anyone know how to fix this?
Thanks.