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]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

sort month/year 2
Year to date month/year 1
Format date Month/Year 2
Display Month and Year Only 3
Formatting 2
Date Format 2
Formatting the month of a date 2
Date to show only the month 4

Back
Top