P
PPCO
Wondering if there's a way to take a date and format it like this: Monday,
5/18. Thanks
5/18. Thanks
John Spencer MVP said:Sure use the format function
Format([YourDateField],"mmmm, m/dd")
or set the format property of a control to
"mmmm, m/dd"
John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County
Wondering if there's a way to take a date and format it like this: Monday,
5/18. Thanks
Wondering if there's a way to take a date and format it like this: Monday,
5/18. Thanks
Thanks for the help--just wondering if I can keep it formatted with what I
explained I'm doing above with the data transfer from our accounting program.
it changes the date format every time I refresh the data. Even though I have
the dddd, m/dd in the format field
Sorry...I'm using a linked table, then running a maketable query off of that
to make the data a little more manageable. Maybe I can set the date format in
the make table query...