Month sum

  • Thread starter ladybug via AccessMonster.com
  • Start date
L

ladybug via AccessMonster.com

I have a query called qryOrders&Scripts.
The Fields are chrProgramShortName, ShipDate, Total Orders, TotalScripts,
Expression

Each entry is for one date. I want to group the entries together by month.
How do I do this?
 
G

Guest

Add a calculated field to sort on like this ---
Year_Mon: Format([ShipDate], "yyyymm")
 

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

Top