peterpater
Technical User
Crystal Version :11.0
Database : Access 2000
Hello all:
I need to extract only the month and year from a date in my Access table which is formatted as 04/19/06 i.e mm/dd/yy.
I only require to extract the Month and the Year so I can group them accordingly.
I tried using the formula below (Crystal Syntax):
Monthname(month(table.myAccessDateField)&"-"&Year (table.myAccessDateField).
The result is June-2,006.00
I would like the result to be obviously June-2006.
Thank you in advance for all your assistance in this matter.