How do I format Date in Access so that it shows only Month and ye.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do I format Date in Access so that it shows only Month and year

For example 13 of Sept 2004 to September 2004.
The date format should remain as Date as I want to be able to sort in
ascending order in a Query.
 
Set the Format property to:
mmmm yyyy
The field retains the full date (shown when you enter the field), and so
sorts on the full date, but displays as requested.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.

Reply to group, rather than allenbrowne at mvps dot org.

message
news:[email protected]...
 
Back
Top