E
Elisa
How do I change a date yyyymm to mm/dd/yyyy?
Is the [Date] field a Date/Time datatype?How do I change a date yyyymm to mm/dd/yyyy?
-----Original Message-----
Is the [Date] field a Date/Time datatype?How do I change a date yyyymm to mm/dd/yyyy?
In a query?
ColumnName:Format([DateField],"mm/dd/yyyy")
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
.
Hi Fred. Thanks for your help.
In my query, I want to search between two date fields that
are formatted dd/mm/yyyy using the date field that is
formatted yyyymm.
I know that I have to tell Access to use the month and
year from yyyymm and add in 01 for the day but I don't
know how. Can you enlighten me?