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.
 
Back
Top