L
LCalaway
I would like to substitute a month's name for its numeric equivalent in a
query. The date field ([ArrivalDate]) contains dates like 3/4/1855 and
12/31/1843. I want my results to look like: March 4, 1855 or December 31,
1843.
Is it possible to do this in a simple Access query, not VBA? I played with
the MonthName Function, and couldn't figure out how to use it.
Thank you.
LCalaway
query. The date field ([ArrivalDate]) contains dates like 3/4/1855 and
12/31/1843. I want my results to look like: March 4, 1855 or December 31,
1843.
Is it possible to do this in a simple Access query, not VBA? I played with
the MonthName Function, and couldn't figure out how to use it.
Thank you.
LCalaway