Question Query Problem

Steve_T

Registered User.
Local time
Today, 06:49
Joined
Feb 6, 2008
Messages
96
Hello i need your help,
I am using a sort string to show only the month of a date "Month: Month([ArrivalDate])"
It returns a number as a month eg April reads as 4. I need it to return the month as it is shown on the table.
The format of the Date is dd-mmmm-yy.

Any help would be great
 
Try

Format([ArrivalDate], "mmmm")
 
Thanks a lot, that works fine. I am in your debt
 

Users who are viewing this thread

Back
Top Bottom