sort by month in Microsoft Access

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

Guest

How can I sort in a report to show months in proper order instead of April,
February, etc. Can I add something in report design to do that?
 
You can sort by the expression:
=Month([Your Date Field])
If you don't have a date field you should provide information on what you do
have.
 

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

Back
Top